Uses of Interface
org.springframework.beans.factory.aot.BeanRegistrationAotContribution
Packages that use BeanRegistrationAotContribution
Package
Description
Support package for annotation-driven bean configuration.
AOT support 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.- 
Uses of BeanRegistrationAotContribution in org.springframework.beans.factory.annotation
Methods in org.springframework.beans.factory.annotation that return BeanRegistrationAotContributionModifier and TypeMethodDescriptionAutowiredAnnotationBeanPostProcessor.processAheadOfTime(RegisteredBean registeredBean) InitDestroyAnnotationBeanPostProcessor.processAheadOfTime(RegisteredBean registeredBean)  - 
Uses of BeanRegistrationAotContribution in org.springframework.beans.factory.aot
Methods in org.springframework.beans.factory.aot that return BeanRegistrationAotContributionModifier and TypeMethodDescriptionBeanRegistrationAotProcessor.processAheadOfTime(RegisteredBean registeredBean) Process the givenRegisteredBeaninstance ahead-of-time and return a contribution ornull.BeanRegistrationAotContribution.withCustomCodeFragments(UnaryOperator<BeanRegistrationCodeFragments> defaultCodeFragments) Create aBeanRegistrationAotContributionthat customizes theBeanRegistrationCodeFragments. - 
Uses of BeanRegistrationAotContribution in org.springframework.context.annotation
Methods in org.springframework.context.annotation that return BeanRegistrationAotContributionModifier and TypeMethodDescriptionConfigurationClassPostProcessor.processAheadOfTime(RegisteredBean registeredBean)  - 
Uses of BeanRegistrationAotContribution in org.springframework.orm.jpa.support
Methods in org.springframework.orm.jpa.support that return BeanRegistrationAotContributionModifier and TypeMethodDescriptionPersistenceAnnotationBeanPostProcessor.processAheadOfTime(RegisteredBean registeredBean)