org.apache.xbean.propertyeditor
public class PropertyEditors extends java.lang.Object
Constructor and Description |
---|
PropertyEditors() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canConvert(java.lang.Class type) |
static boolean |
canConvert(java.lang.String type,
java.lang.ClassLoader classLoader) |
static java.lang.Object |
getValue(java.lang.String type,
java.lang.String value,
java.lang.ClassLoader classLoader) |
static java.lang.Object |
getValue(java.lang.reflect.Type type,
java.lang.String value) |
static boolean |
isRegisterWithVM()
Are converters registered with the VM PropertyEditorManager.
|
static void |
registerConverter(Converter converter) |
static void |
setRegisterWithVM(boolean registerWithVM)
Sets if converters registered with the VM PropertyEditorManager.
|
static java.lang.String |
toString(java.lang.Object value) |
public PropertyEditors()
public static boolean isRegisterWithVM()
public static void setRegisterWithVM(boolean registerWithVM)
public static void registerConverter(Converter converter)
public static boolean canConvert(java.lang.String type, java.lang.ClassLoader classLoader)
public static boolean canConvert(java.lang.Class type)
public static java.lang.String toString(java.lang.Object value) throws PropertyEditorException
PropertyEditorException
public static java.lang.Object getValue(java.lang.String type, java.lang.String value, java.lang.ClassLoader classLoader) throws PropertyEditorException
PropertyEditorException
public static java.lang.Object getValue(java.lang.reflect.Type type, java.lang.String value) throws PropertyEditorException
PropertyEditorException
Copyright © 2005-2014. All Rights Reserved.