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.
Support classes for web data binding.
-
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 anApplicationContext) with resource editors. -
Uses of PropertyEditorRegistrar in org.springframework.web.bind.support
Methods in org.springframework.web.bind.support that return PropertyEditorRegistrarModifier and TypeMethodDescriptionfinal PropertyEditorRegistrar @Nullable []ConfigurableWebBindingInitializer.getPropertyEditorRegistrars()Return the PropertyEditorRegistrars to be applied to every DataBinder.Methods in org.springframework.web.bind.support with parameters of type PropertyEditorRegistrarModifier and TypeMethodDescriptionfinal voidConfigurableWebBindingInitializer.setPropertyEditorRegistrar(PropertyEditorRegistrar propertyEditorRegistrar) Specify a single PropertyEditorRegistrar to be applied to every DataBinder.final voidConfigurableWebBindingInitializer.setPropertyEditorRegistrars(PropertyEditorRegistrar @Nullable [] propertyEditorRegistrars) Specify multiple PropertyEditorRegistrars to be applied to every DataBinder.