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.Java 5 annotation for asynchronous method execution.
-
Uses of MergedBeanDefinitionPostProcessor in org.springframework.beans.factory.annotation
Classes in org.springframework.beans.factory.annotation that implement MergedBeanDefinitionPostProcessorModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that autowires annotated fields, setter methods, and arbitrary config methods.classBeanPostProcessorimplementation 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 TypeClassDescriptionclassBeanPostProcessorimplementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotationpackage. -
Uses of MergedBeanDefinitionPostProcessor in org.springframework.jms.annotation
Classes in org.springframework.jms.annotation that implement MergedBeanDefinitionPostProcessorModifier and TypeClassDescriptionclassBean post-processor that registers methods annotated withJmsListenerto be invoked by a JMS message listener container created under the cover by aJmsListenerContainerFactoryaccording 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 TypeClassDescriptionclassBeanPostProcessor that processesPersistenceUnitandPersistenceContextannotations, for injection of the corresponding JPA resourcesEntityManagerFactoryandEntityManager. -
Uses of MergedBeanDefinitionPostProcessor in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement MergedBeanDefinitionPostProcessorModifier and TypeClassDescriptionclassBean post-processor that registers methods annotated with@Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.