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.This package builds on the beans package to add support for
message sources and for the Observer design pattern, and the
ability for application objects to obtain resources using a
consistent API.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Support classes for application events, like standard context events.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver abstraction.-
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. -
Uses of BeanFactoryPostProcessor in org.springframework.context
Methods in org.springframework.context with parameters of type BeanFactoryPostProcessorModifier and TypeMethodDescriptionvoidConfigurableApplicationContext.addBeanFactoryPostProcessor(BeanFactoryPostProcessor postProcessor) Add a new BeanFactoryPostProcessor that will get applied to the internal bean factory of this application context on refresh, before any of the bean definitions get evaluated. -
Uses of BeanFactoryPostProcessor in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement BeanFactoryPostProcessorModifier and TypeClassDescriptionclassBeanFactoryPostProcessorused for bootstrapping processing of@Configurationclasses. -
Uses of BeanFactoryPostProcessor in org.springframework.context.event
Classes in org.springframework.context.event that implement BeanFactoryPostProcessorModifier and TypeClassDescriptionclassRegistersEventListenermethods as individualApplicationListenerinstances. -
Uses of BeanFactoryPostProcessor in org.springframework.context.support
Classes in org.springframework.context.support that implement BeanFactoryPostProcessorModifier and TypeClassDescriptionclassSpecialization ofPlaceholderConfigurerSupportthat resolves ${...} placeholders within bean definition property values and@Valueannotations against the current SpringEnvironmentand its set ofPropertySources.Methods in org.springframework.context.support that return types with arguments of type BeanFactoryPostProcessorModifier and TypeMethodDescriptionAbstractApplicationContext.getBeanFactoryPostProcessors()Return the list of BeanFactoryPostProcessors that will get applied to the internal BeanFactory.Methods in org.springframework.context.support with parameters of type BeanFactoryPostProcessorModifier and TypeMethodDescriptionvoidAbstractApplicationContext.addBeanFactoryPostProcessor(BeanFactoryPostProcessor postProcessor) -
Uses of BeanFactoryPostProcessor in org.springframework.context.weaving
Classes in org.springframework.context.weaving that implement BeanFactoryPostProcessorModifier and TypeClassDescriptionclassPost-processor that registers AspectJ'sClassPreProcessorAgentAdapterwith the Spring application context's defaultLoadTimeWeaver.
PropertyPlaceholderConfigurer