public class StringToObjectConverter
extends java.lang.Object
Constructor and Description |
---|
StringToObjectConverter() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canBeBuiltFromSimpleString(java.lang.Class<?> parameterClass) |
static java.lang.Object |
convertArg(ContextAware ca,
java.lang.String val,
java.lang.Class<?> type)
Convert
val a String parameter to an object of a given type. |
public static boolean canBeBuiltFromSimpleString(java.lang.Class<?> parameterClass)
public static java.lang.Object convertArg(ContextAware ca, java.lang.String val, java.lang.Class<?> type)
val
a String parameter to an object of a given type.