@Deprecated
public class PropertyEditors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static boolean |
registerWithVM
Deprecated.
|
private static PropertyEditorRegistry |
REGISTRY
Deprecated.
|
Constructor and Description |
---|
PropertyEditors()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
canConvert(java.lang.Class<?> type)
Deprecated.
|
static boolean |
canConvert(java.lang.String type,
java.lang.ClassLoader classLoader)
Deprecated.
|
static java.lang.Object |
getValue(java.lang.String type,
java.lang.String value,
java.lang.ClassLoader classLoader)
Deprecated.
|
static java.lang.Object |
getValue(java.lang.reflect.Type type,
java.lang.String value)
Deprecated.
|
static boolean |
isRegisterWithVM()
Deprecated.
Are converters registered with the VM PropertyEditorManager.
|
static void |
registerConverter(Converter converter)
Deprecated.
|
static PropertyEditorRegistry |
registry()
Deprecated.
|
static void |
setRegisterWithVM(boolean registerWithVM)
Deprecated.
Sets if converters registered with the VM PropertyEditorManager.
|
static java.lang.String |
toString(java.lang.Object value)
Deprecated.
|
private static boolean registerWithVM
private static final PropertyEditorRegistry REGISTRY
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
public static PropertyEditorRegistry registry()