public static interface Args.ValueCreator
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createValue(java.lang.Class<?> type,
java.lang.String value)
Creates a value object of the given type using the given string value representation;
|
java.lang.Object createValue(java.lang.Class<?> type,
java.lang.String value)
type - the type to create an instance ofvalue - the string represented value of the object to create