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 TypeMethodDescriptionvoidPropertyEditorRegistrySupport.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 TypeMethodDescriptionvoidConfigurableBeanFactory.addPropertyEditorRegistrar(PropertyEditorRegistrar registrar) Add a PropertyEditorRegistrar to be applied to all bean creation processes.voidCustomEditorConfigurer.setPropertyEditorRegistrars(PropertyEditorRegistrar[] propertyEditorRegistrars) Specify thePropertyEditorRegistrarsto 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 TypeMethodDescriptionvoidAbstractBeanFactory.addPropertyEditorRegistrar(PropertyEditorRegistrar registrar) -
Uses of PropertyEditorRegistrar in org.springframework.beans.support
Classes in org.springframework.beans.support that implement PropertyEditorRegistrarModifier and TypeClassDescriptionclassPropertyEditorRegistrar implementation that populates a givenPropertyEditorRegistry(typically aBeanWrapperused for bean creation within anorg.springframework.context.ApplicationContext) with resource editors.