Uses of Interface
org.springframework.beans.PropertyEditorRegistry
Packages that use PropertyEditorRegistry
Package
Description
This package contains interfaces and classes for manipulating Java beans.
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory package.Classes supporting the org.springframework.beans package,
such as utility classes for sorting and holding lists of beans.
-
Uses of PropertyEditorRegistry in org.springframework.beans
Subinterfaces of PropertyEditorRegistry in org.springframework.beansModifier and TypeInterfaceDescriptioninterfaceThe central interface of Spring's low-level JavaBeans infrastructure.interfaceInterface that encapsulates configuration methods for a PropertyAccessor.Classes in org.springframework.beans that implement PropertyEditorRegistryModifier and TypeClassDescriptionclassA basicConfigurablePropertyAccessorthat provides the necessary infrastructure for all typical use cases.classAbstract implementation of thePropertyAccessorinterface.classDefaultBeanWrapperimplementation that should be sufficient for all typical use cases.classConfigurablePropertyAccessorimplementation that directly accesses instance fields.classBase implementation of thePropertyEditorRegistryinterface.classSimple implementation of theTypeConverterinterface that does not operate on a specific target object.classBase implementation of theTypeConverterinterface, using a package-private delegate.Methods in org.springframework.beans with parameters of type PropertyEditorRegistryModifier and TypeMethodDescriptionprotected voidPropertyEditorRegistrySupport.copyCustomEditorsTo(PropertyEditorRegistry target, String nestedProperty) Copy the custom editors registered in this instance to the given target registry.voidPropertyEditorRegistrar.registerCustomEditors(PropertyEditorRegistry registry) Register customPropertyEditorswith the givenPropertyEditorRegistry. -
Uses of PropertyEditorRegistry in org.springframework.beans.factory.config
Methods in org.springframework.beans.factory.config with parameters of type PropertyEditorRegistryModifier and TypeMethodDescriptionvoidConfigurableBeanFactory.copyRegisteredEditorsTo(PropertyEditorRegistry registry) Initialize the given PropertyEditorRegistry with the custom editors that have been registered with this BeanFactory. -
Uses of PropertyEditorRegistry in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support with parameters of type PropertyEditorRegistryModifier and TypeMethodDescriptionvoidAbstractBeanFactory.copyRegisteredEditorsTo(PropertyEditorRegistry registry) protected voidAbstractBeanFactory.registerCustomEditors(PropertyEditorRegistry registry) Initialize the given PropertyEditorRegistry with the custom editors that have been registered with this BeanFactory. -
Uses of PropertyEditorRegistry in org.springframework.beans.support
Methods in org.springframework.beans.support with parameters of type PropertyEditorRegistryModifier and TypeMethodDescriptionvoidResourceEditorRegistrar.registerCustomEditors(PropertyEditorRegistry registry) Populate the givenregistrywith the following resource editors: ResourceEditor, InputStreamEditor, InputSourceEditor, FileEditor, URLEditor, URIEditor, ClassEditor, ClassArrayEditor.