Uses of Interface
org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor
Packages that use InstantiationAwareBeanPostProcessor
Package
Description
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
Base classes enabling auto-proxying based on AspectJ.
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
Support package for annotation-driven bean configuration.
SPI interfaces and configuration-related convenience classes for bean factories.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Classes supporting the
org.springframework.orm.jpa package.Support classes for Spring's scripting package.
-
Uses of InstantiationAwareBeanPostProcessor in org.springframework.aop.aspectj.annotation
Classes in org.springframework.aop.aspectj.annotation that implement InstantiationAwareBeanPostProcessorModifier and TypeClassDescriptionclassAspectJAwareAdvisorAutoProxyCreatorsubclass that processes all AspectJ annotation aspects in the current application context, as well as Spring Advisors. -
Uses of InstantiationAwareBeanPostProcessor in org.springframework.aop.aspectj.autoproxy
Classes in org.springframework.aop.aspectj.autoproxy that implement InstantiationAwareBeanPostProcessorModifier and TypeClassDescriptionclassAbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect. -
Uses of InstantiationAwareBeanPostProcessor in org.springframework.aop.framework.autoproxy
Classes in org.springframework.aop.framework.autoproxy that implement InstantiationAwareBeanPostProcessorModifier and TypeClassDescriptionclassGeneric auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.classBeanPostProcessorimplementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.classAuto proxy creator that identifies beans to proxy via a list of names.classBeanPostProcessorimplementation that creates AOP proxies based on all candidateAdvisors in the currentBeanFactory.classAuto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors. -
Uses of InstantiationAwareBeanPostProcessor in org.springframework.beans.factory.annotation
Classes in org.springframework.beans.factory.annotation that implement InstantiationAwareBeanPostProcessorModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that autowires annotated fields, setter methods, and arbitrary config methods. -
Uses of InstantiationAwareBeanPostProcessor in org.springframework.beans.factory.config
Subinterfaces of InstantiationAwareBeanPostProcessor in org.springframework.beans.factory.configModifier and TypeInterfaceDescriptioninterfaceExtension of theInstantiationAwareBeanPostProcessorinterface, adding a callback for predicting the eventual type of a processed bean. -
Uses of InstantiationAwareBeanPostProcessor in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement InstantiationAwareBeanPostProcessorModifier and TypeClassDescriptionclassBeanPostProcessorimplementation that supports common Java annotations out of the box, in particular the common annotations in thejakarta.annotationpackage. -
Uses of InstantiationAwareBeanPostProcessor in org.springframework.orm.jpa.support
Classes in org.springframework.orm.jpa.support that implement InstantiationAwareBeanPostProcessorModifier and TypeClassDescriptionclassBeanPostProcessor that processesPersistenceUnitandPersistenceContextannotations, for injection of the corresponding JPA resourcesEntityManagerFactoryandEntityManager. -
Uses of InstantiationAwareBeanPostProcessor in org.springframework.scripting.support
Classes in org.springframework.scripting.support that implement InstantiationAwareBeanPostProcessorModifier and TypeClassDescriptionclassBeanPostProcessorthat handlesScriptFactorydefinitions, replacing each factory with the actual scripted Java object generated by it.