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