Uses of Interface
org.springframework.beans.factory.config.BeanFactoryPostProcessor
Packages that use BeanFactoryPostProcessor
Package
Description
Support package for annotation-driven bean configuration.
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the
org.springframework.beans.factory package.-
Uses of BeanFactoryPostProcessor in org.springframework.beans.factory.annotation
Classes in org.springframework.beans.factory.annotation that implement BeanFactoryPostProcessorModifier and TypeClassDescriptionclassABeanFactoryPostProcessorimplementation that allows for convenient registration of custom autowire qualifier types. -
Uses of BeanFactoryPostProcessor in org.springframework.beans.factory.config
Classes in org.springframework.beans.factory.config that implement BeanFactoryPostProcessorModifier and TypeClassDescriptionclassBeanFactoryPostProcessorimplementation that allows for convenient registration of customproperty editors.classSimpleBeanFactoryPostProcessorimplementation that registers customScope(s)with the containingConfigurableBeanFactory.classBean factory post processor that logs a warning for@Deprecatedbeans.classAbstract base class for property resource configurers that resolve placeholders in bean definition property values.classDeprecated.classProperty resource configurer that overrides bean property values in an application context definition.classDeprecated.as of 5.2; useorg.springframework.context.support.PropertySourcesPlaceholderConfigurerinstead which is more flexible through taking advantage of theEnvironmentandPropertySourcemechanisms.classAllows for configuration of individual bean property values from a property resource, i.e. -
Uses of BeanFactoryPostProcessor in org.springframework.beans.factory.support
Subinterfaces of BeanFactoryPostProcessor in org.springframework.beans.factory.supportModifier and TypeInterfaceDescriptioninterfaceExtension to the standardBeanFactoryPostProcessorSPI, allowing for the registration of further bean definitions before regular BeanFactoryPostProcessor detection kicks in.
PropertyPlaceholderConfigurer