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.
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.ofBeanRegistrationCodeFragmentsCustomizer(UnaryOperator<BeanRegistrationCodeFragments> beanRegistrationCodeFragmentsCustomizer) Factory method that can be used to create aBeanRegistrationAotContributionthat applies the givenBeanRegistrationCodeFragmentscustomizer.BeanRegistrationAotProcessor.processAheadOfTime(RegisteredBean registeredBean) Process the givenRegisteredBeaninstance ahead-of-time and return a contribution ornull. -
Uses of BeanRegistrationAotContribution in org.springframework.orm.jpa.support
Methods in org.springframework.orm.jpa.support that return BeanRegistrationAotContributionModifier and TypeMethodDescriptionPersistenceAnnotationBeanPostProcessor.processAheadOfTime(RegisteredBean registeredBean)