Uses of Interface
org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor
Packages that use MergedBeanDefinitionPostProcessor
Package
Description
Support package for annotation-driven bean configuration.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Annotations and support classes for declarative JMS listener endpoints.
Classes supporting the
org.springframework.orm.jpa
package.Annotation support for asynchronous method execution.
-
Uses of MergedBeanDefinitionPostProcessor in org.springframework.beans.factory.annotation
Classes in org.springframework.beans.factory.annotation that implement MergedBeanDefinitionPostProcessorModifier and TypeClassDescriptionclass
BeanPostProcessor
implementation that autowires annotated fields, setter methods, and arbitrary config methods.class
BeanPostProcessor
implementation that invokes annotated init and destroy methods. -
Uses of MergedBeanDefinitionPostProcessor in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement MergedBeanDefinitionPostProcessorModifier and TypeClassDescriptionclass
BeanPostProcessor
implementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotation
package. -
Uses of MergedBeanDefinitionPostProcessor in org.springframework.jms.annotation
Classes in org.springframework.jms.annotation that implement MergedBeanDefinitionPostProcessorModifier and TypeClassDescriptionclass
Bean post-processor that registers methods annotated withJmsListener
to be invoked by a JMS message listener container created under the cover by aJmsListenerContainerFactory
according to the attributes of the annotation. -
Uses of MergedBeanDefinitionPostProcessor in org.springframework.orm.jpa.support
Classes in org.springframework.orm.jpa.support that implement MergedBeanDefinitionPostProcessorModifier and TypeClassDescriptionclass
BeanPostProcessor that processesPersistenceUnit
andPersistenceContext
annotations, for injection of the corresponding JPA resourcesEntityManagerFactory
andEntityManager
. -
Uses of MergedBeanDefinitionPostProcessor in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement MergedBeanDefinitionPostProcessorModifier and TypeClassDescriptionclass
Bean post-processor that registers methods annotated with@Scheduled
to be invoked by aTaskScheduler
according to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.