Package | Description |
---|---|
org.apache.xbean.propertyeditor |
Modifier and Type | Method and Description |
---|---|
static Object |
PropertyEditors.getValue(String type,
String value,
ClassLoader classLoader) |
static Object |
PropertyEditors.getValue(Type type,
String value) |
Object |
Converter.toObject(String text)
Converts the supplied text in to an instance of the editor type.
|
String |
Converter.toString(Object value)
Converts the supplied object to text.
|
static String |
PropertyEditors.toString(Object value) |
Copyright © 2005–2016. All rights reserved.