Uses of Interface
org.apache.xbean.propertyeditor.Converter
Packages that use Converter
-
Uses of Converter in org.apache.xbean.propertyeditor
Classes in org.apache.xbean.propertyeditor that implement ConverterModifier and TypeClassDescriptionclass
class
A base class for converters.class
final class
Adapter for editing array types.final class
Adapter for editing array types.class
A property editor for BigDecimal typed properties.class
A property editor for BigDecimal typed properties.class
class
class
class
A property editor for converting class names into class object instancesclass
class
A property editor for Date typed properties.class
class
class
A property editor forFile
.class
class
class
class
A property editor for indirect property bundles.class
A property editor for indirect property bundles.class
A property editor for indirect property bundles.class
class
class
class
class
class
A property editor for indirect property bundles.final class
Adapter for editing array types.final class
Adapter for editing array types.final class
Adapter for editing array types.class
class
class
A property editor for indirect property bundles.class
A property editor forObjectName
.class
class
A property editor for indirect property bundles.class
final class
Adapter for editing array types.final class
Adapter for editing array types.class
class
A property editor for indirect property bundles.final class
Adapter for editing array types.class
Of the javax and java packages in the Java 8 JVM, there are roughly 10 static factory patterns in use.class
class
A property editor for indirect property bundles.final class
Adapter for editing array types.class
class
A property editor for URL typed properties.final class
Adapter for editing array types.class
A property editor for indirect property bundles.Fields in org.apache.xbean.propertyeditor with type parameters of type ConverterModifier and TypeFieldDescriptionprivate final ConcurrentMap<Type,
Converter> PropertyEditorRegistry.registry
Methods in org.apache.xbean.propertyeditor that return ConverterModifier and TypeMethodDescriptionprotected Converter
PropertyEditorRegistry.createConverterFromEditor
(Type type) PropertyEditorRegistry.findConverter
(Type type) protected Converter
PropertyEditorRegistry.findInternalConverter
(Type type) protected Converter
PropertyEditorRegistry.findStructuralConverter
(Type type) Register a converter in the registry.PropertyEditorRegistry.unregister
(Converter converter) Unregister a converter.Methods in org.apache.xbean.propertyeditor that return types with arguments of type ConverterMethods in org.apache.xbean.propertyeditor with parameters of type ConverterModifier and TypeMethodDescriptionRegister a converter in the registry.static void
PropertyEditors.registerConverter
(Converter converter) Deprecated.PropertyEditorRegistry.unregister
(Converter converter) Unregister a converter.