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 TypeMethodDescriptionBeanRegistrationAotContribution.concat(@Nullable BeanRegistrationAotContribution a, @Nullable BeanRegistrationAotContribution b) Create a contribution that applies the contribution of the first contribution followed by the second contribution.BeanRegistrationAotProcessor.processAheadOfTime(RegisteredBean registeredBean) Process the givenRegisteredBeaninstance ahead-of-time and return a contribution ornull.BeanRegistrationAotContribution.withCustomCodeFragments(UnaryOperator<BeanRegistrationCodeFragments> defaultCodeFragments) Create aBeanRegistrationAotContributionthat customizes theBeanRegistrationCodeFragments.Methods in org.springframework.beans.factory.aot with parameters of type BeanRegistrationAotContributionModifier and TypeMethodDescriptionBeanRegistrationAotContribution.concat(@Nullable BeanRegistrationAotContribution a, @Nullable BeanRegistrationAotContribution b) Create a contribution that applies the contribution of the first contribution followed by the second contribution. -
Uses of BeanRegistrationAotContribution in org.springframework.context.annotation
Methods in org.springframework.context.annotation that return BeanRegistrationAotContributionModifier and TypeMethodDescriptionCommonAnnotationBeanPostProcessor.processAheadOfTime(RegisteredBean registeredBean) ConfigurationClassPostProcessor.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)