Uses of Interface
org.springframework.beans.factory.generator.BeanInstantiationContributor
Packages that use BeanInstantiationContributor
Package
Description
Support package for annotation-driven bean configuration.
-
Uses of BeanInstantiationContributor in org.springframework.beans.factory.annotation
Methods in org.springframework.beans.factory.annotation that return BeanInstantiationContributorModifier and TypeMethodDescriptionAutowiredAnnotationBeanPostProcessor.buildAotContributor(RootBeanDefinition beanDefinition, Class<?> beanType, String beanName) -
Uses of BeanInstantiationContributor in org.springframework.beans.factory.generator
Fields in org.springframework.beans.factory.generator declared as BeanInstantiationContributorModifier and TypeFieldDescriptionstatic final BeanInstantiationContributorBeanInstantiationContributor.NO_OPABeanInstantiationContributorthat does not contribute anything to theCodeContribution.Methods in org.springframework.beans.factory.generator that return BeanInstantiationContributorModifier and TypeMethodDescriptionAotContributingBeanPostProcessor.buildAotContributor(RootBeanDefinition beanDefinition, Class<?> beanType, String beanName) Build aBeanInstantiationContributorfor the given bean definition.