Uses of Interface
org.springframework.beans.PropertyEditorRegistrar
Packages that use PropertyEditorRegistrar
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 PropertyEditorRegistrar in org.springframework.beans
Methods in org.springframework.beans with parameters of type PropertyEditorRegistrarModifier and TypeMethodDescriptionvoid
PropertyEditorRegistrySupport.setDefaultEditorRegistrar
(PropertyEditorRegistrar registrar) Set a registrar for default editors, as a lazy way of overriding default editors. -
Uses of PropertyEditorRegistrar in org.springframework.beans.factory.config
Methods in org.springframework.beans.factory.config with parameters of type PropertyEditorRegistrarModifier and TypeMethodDescriptionvoid
ConfigurableBeanFactory.addPropertyEditorRegistrar
(PropertyEditorRegistrar registrar) Add a PropertyEditorRegistrar to be applied to all bean creation processes.void
CustomEditorConfigurer.setPropertyEditorRegistrars
(PropertyEditorRegistrar[] propertyEditorRegistrars) Specify thePropertyEditorRegistrars
to apply to beans defined within the current application context. -
Uses of PropertyEditorRegistrar in org.springframework.beans.factory.support
Methods in org.springframework.beans.factory.support that return types with arguments of type PropertyEditorRegistrarModifier and TypeMethodDescriptionAbstractBeanFactory.getPropertyEditorRegistrars()
Return the set of PropertyEditorRegistrars.Methods in org.springframework.beans.factory.support with parameters of type PropertyEditorRegistrarModifier and TypeMethodDescriptionvoid
AbstractBeanFactory.addPropertyEditorRegistrar
(PropertyEditorRegistrar registrar) -
Uses of PropertyEditorRegistrar in org.springframework.beans.support
Classes in org.springframework.beans.support that implement PropertyEditorRegistrarModifier and TypeClassDescriptionclass
PropertyEditorRegistrar implementation that populates a givenPropertyEditorRegistry
(typically aBeanWrapper
used for bean creation within anorg.springframework.context.ApplicationContext
) with resource editors.