Uses of Class
org.springframework.beans.factory.aot.BeanRegistrationCodeFragments
Packages that use BeanRegistrationCodeFragments
-
Uses of BeanRegistrationCodeFragments in org.springframework.beans.factory.aot
Methods in org.springframework.beans.factory.aot that return BeanRegistrationCodeFragmentsModifier and TypeMethodDescriptiondefault BeanRegistrationCodeFragmentsBeanRegistrationAotContribution.customizeBeanRegistrationCodeFragments(GenerationContext generationContext, BeanRegistrationCodeFragments codeFragments) Customize theBeanRegistrationCodeFragmentsthat will be used to generate the bean registration code.Methods in org.springframework.beans.factory.aot with parameters of type BeanRegistrationCodeFragmentsModifier and TypeMethodDescriptiondefault BeanRegistrationCodeFragmentsBeanRegistrationAotContribution.customizeBeanRegistrationCodeFragments(GenerationContext generationContext, BeanRegistrationCodeFragments codeFragments) Customize theBeanRegistrationCodeFragmentsthat will be used to generate the bean registration code.Method parameters in org.springframework.beans.factory.aot with type arguments of type BeanRegistrationCodeFragmentsModifier and TypeMethodDescriptionBeanRegistrationAotContribution.ofBeanRegistrationCodeFragmentsCustomizer(UnaryOperator<BeanRegistrationCodeFragments> beanRegistrationCodeFragmentsCustomizer) Factory method that can be used to create aBeanRegistrationAotContributionthat applies the givenBeanRegistrationCodeFragmentscustomizer.Constructors in org.springframework.beans.factory.aot with parameters of type BeanRegistrationCodeFragmentsModifierConstructorDescriptionprotectedBeanRegistrationCodeFragments(BeanRegistrationCodeFragments codeFragments)