public class StringToType extends Object
| Constructor and Description |
|---|
StringToType() |
| Modifier and Type | Method and Description |
|---|---|
static Type[] |
commaSeparatedListToTypeArray(String typeNames,
Class classScope) |
static Type |
stringToType(String typeName,
Class classScope) |
public static Type[] commaSeparatedListToTypeArray(String typeNames, Class classScope) throws ClassNotFoundException
ClassNotFoundExceptionpublic static Type stringToType(String typeName, Class classScope) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2020. All rights reserved.