Package | Description |
---|---|
org.apache.xbean.propertyeditor |
Modifier and Type | Method | Description |
---|---|---|
static Object |
PropertyEditors.getValue(Type type,
String value) |
|
static Object |
PropertyEditors.getValue(String type,
String value,
ClassLoader classLoader) |
|
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–2018. All rights reserved.