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. |
static java.lang.reflect.Method |
getValueOfMethod(java.lang.Class<?> 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.public static java.lang.reflect.Method getValueOfMethod(java.lang.Class<?> type)
Copyright © 2010 - 2023 Adobe. All Rights Reserved