Uses of Interface
org.springframework.beans.PropertyEditorRegistrar
Package
Description
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.
Support classes for web data binding.
-
Uses of PropertyEditorRegistrar in org.springframework.beans.factory.config
Modifier 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
Modifier and TypeMethodDescriptionAbstractBeanFactory.getPropertyEditorRegistrars()
Return the set of PropertyEditorRegistrars.Modifier and TypeMethodDescriptionvoid
AbstractBeanFactory.addPropertyEditorRegistrar
(PropertyEditorRegistrar registrar) -
Uses of PropertyEditorRegistrar in org.springframework.beans.support
Modifier and TypeClassDescriptionclass
PropertyEditorRegistrar implementation that populates a givenPropertyEditorRegistry
(typically aBeanWrapper
used for bean creation within anApplicationContext
) with resource editors. -
Uses of PropertyEditorRegistrar in org.springframework.web.bind.support
Modifier and TypeMethodDescriptionfinal PropertyEditorRegistrar[]
ConfigurableWebBindingInitializer.getPropertyEditorRegistrars()
Return the PropertyEditorRegistrars to be applied to every DataBinder.Modifier and TypeMethodDescriptionfinal void
ConfigurableWebBindingInitializer.setPropertyEditorRegistrar
(PropertyEditorRegistrar propertyEditorRegistrar) Specify a single PropertyEditorRegistrar to be applied to every DataBinder.final void
ConfigurableWebBindingInitializer.setPropertyEditorRegistrars
(PropertyEditorRegistrar[] propertyEditorRegistrars) Specify multiple PropertyEditorRegistrars to be applied to every DataBinder.