| Package | Description | 
|---|---|
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| org.springframework.beans.factory.support | Classes supporting the  org.springframework.beans.factorypackage. | 
| org.springframework.beans.support | Classes supporting the org.springframework.beans package,
 such as utility classes for sorting and holding lists of beans. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConfigurableBeanFactory. addPropertyEditorRegistrar(PropertyEditorRegistrar registrar)Add a PropertyEditorRegistrar to be applied to all bean creation processes. | 
| void | CustomEditorConfigurer. setPropertyEditorRegistrars(PropertyEditorRegistrar[] propertyEditorRegistrars)Specify the  PropertyEditorRegistrarsto apply to beans defined within the current application context. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<PropertyEditorRegistrar> | AbstractBeanFactory. getPropertyEditorRegistrars()Return the set of PropertyEditorRegistrars. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractBeanFactory. addPropertyEditorRegistrar(PropertyEditorRegistrar registrar) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ResourceEditorRegistrarPropertyEditorRegistrar implementation that populates a given
  PropertyEditorRegistry(typically aBeanWrapperused for bean
 creation within anorg.springframework.context.ApplicationContext)
 with resource editors. |