Package | Description |
---|---|
org.apache.xbean.propertyeditor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionConverter |
class |
AbstractConverter
A base class for converters.
|
class |
AbstractMapConverter |
class |
ArrayConverter
Adapter for editing array types.
|
class |
ArrayListEditor
Adapter for editing array types.
|
class |
BigDecimalEditor
A property editor for BigDecimal typed properties.
|
class |
BigIntegerEditor
A property editor for BigDecimal typed properties.
|
class |
BooleanEditor |
class |
ByteEditor |
class |
CharacterEditor |
class |
ClassEditor
A property editor for converting class names into class object instances
|
class |
CommonsLoggingConverter |
class |
ConstructorConverter |
class |
DateEditor
A property editor for Date typed properties.
|
class |
DoubleEditor |
class |
EnumConverter |
class |
FileEditor
A property editor for
File . |
class |
FloatEditor |
class |
GenericCollectionConverter |
class |
GenericMapConverter |
class |
HashMapEditor
A property editor for indirect property bundles.
|
class |
HashtableEditor
A property editor for indirect property bundles.
|
class |
IdentityHashMapEditor
A property editor for indirect property bundles.
|
class |
Inet4AddressEditor |
class |
Inet6AddressEditor |
class |
InetAddressEditor |
class |
IntegerEditor |
class |
JndiConverter |
class |
LinkedHashMapEditor
A property editor for indirect property bundles.
|
class |
LinkedHashSetEditor
Adapter for editing array types.
|
class |
LinkedListEditor
Adapter for editing array types.
|
class |
ListEditor
Adapter for editing array types.
|
class |
Log4jConverter |
class |
LoggerConverter |
class |
LongEditor |
class |
MapEditor
A property editor for indirect property bundles.
|
class |
ObjectNameEditor
A property editor for
ObjectName . |
class |
PatternConverter |
class |
PropertiesEditor
A property editor for indirect property bundles.
|
class |
PropertyEditorConverter |
class |
PrototypeArrayConverter
Adapter for editing array types.
|
class |
SetEditor
Adapter for editing array types.
|
class |
ShortEditor |
class |
SortedMapEditor
A property editor for indirect property bundles.
|
class |
SortedSetEditor
Adapter for editing array types.
|
class |
StaticFactoryConverter
Of the javax and java packages in the Java 8 JVM, there are roughly
10 static factory patterns in use.
|
class |
StringEditor |
class |
TreeMapEditor
A property editor for indirect property bundles.
|
class |
TreeSetEditor
Adapter for editing array types.
|
class |
URIEditor |
class |
URLEditor
A property editor for URL typed properties.
|
class |
VectorEditor
Adapter for editing array types.
|
class |
WeakHashMapEditor
A property editor for indirect property bundles.
|
Modifier and Type | Method and Description |
---|---|
protected Converter |
PropertyEditorRegistry.createConverterFromEditor(Type type) |
Converter |
PropertyEditorRegistry.findConverter(Type type) |
protected Converter |
PropertyEditorRegistry.findInternalConverter(Type type) |
protected Converter |
PropertyEditorRegistry.findStructuralConverter(Type type) |
Converter |
PropertyEditorRegistry.register(Converter converter)
Register a converter in the registry.
|
Converter |
PropertyEditorRegistry.unregister(Converter converter)
Unregister a converter.
|
Modifier and Type | Method and Description |
---|---|
Map<Type,Converter> |
PropertyEditorRegistry.getRegistry() |
Modifier and Type | Method and Description |
---|---|
Converter |
PropertyEditorRegistry.register(Converter converter)
Register a converter in the registry.
|
static void |
PropertyEditors.registerConverter(Converter converter)
Deprecated.
|
Converter |
PropertyEditorRegistry.unregister(Converter converter)
Unregister a converter.
|
Copyright © 2005–2020. All rights reserved.