public static interface Args.ValueCreator
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2014–2019 码农场. All rights reserved.