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 TypeClassDescriptionclassclassA base class for converters.classfinal classAdapter for editing array types.final classAdapter for editing array types.classA property editor for BigDecimal typed properties.classA property editor for BigDecimal typed properties.classclassclassclassA property editor for converting class names into class object instancesclassclassA property editor for Date typed properties.classclassclassA property editor forFile.classclassclassclassA property editor for indirect property bundles.classA property editor for indirect property bundles.classA property editor for indirect property bundles.classclassclassclassclassclassA property editor for indirect property bundles.final classAdapter for editing array types.final classAdapter for editing array types.final classAdapter for editing array types.classclassclassA property editor for indirect property bundles.classA property editor forObjectName.classclassA property editor for indirect property bundles.classfinal classAdapter for editing array types.final classAdapter for editing array types.classclassA property editor for indirect property bundles.final classAdapter for editing array types.classOf the javax and java packages in the Java 8 JVM, there are roughly 10 static factory patterns in use.classclassA property editor for indirect property bundles.final classAdapter for editing array types.classclassA property editor for URL typed properties.final classAdapter for editing array types.classA 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.registryMethods in org.apache.xbean.propertyeditor that return ConverterModifier and TypeMethodDescriptionprotected ConverterPropertyEditorRegistry.createConverterFromEditor(Type type) PropertyEditorRegistry.findConverter(Type type) protected ConverterPropertyEditorRegistry.findInternalConverter(Type type) protected ConverterPropertyEditorRegistry.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 voidPropertyEditors.registerConverter(Converter converter) Deprecated.PropertyEditorRegistry.unregister(Converter converter) Unregister a converter.