Uses of Interface
org.springframework.beans.factory.generator.BeanFactoryContribution
Packages that use BeanFactoryContribution
Package
Description
Support for generating code that represents the state of a bean factory.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of BeanFactoryContribution in org.springframework.beans.factory.generator
Classes in org.springframework.beans.factory.generator that implement BeanFactoryContributionModifier and TypeClassDescriptionclassABeanFactoryContributionthat generates the bean definitions of a bean factory, usingBeanRegistrationContributionProviderto use appropriate customizations if necessary.classABeanFactoryContributionthat registers a bean with the bean factory.Methods in org.springframework.beans.factory.generator that return BeanFactoryContributionModifier and TypeMethodDescriptionAotContributingBeanFactoryPostProcessor.contribute(ConfigurableListableBeanFactory beanFactory) Contribute aBeanFactoryContributionfor the given bean factory, if applicable.BeanRegistrationContributionProvider.getContributionFor(String beanName, RootBeanDefinition beanDefinition) Return theBeanFactoryContributionthat is capable of contributing the registration of a bean for the givenRootBeanDefinitionornullif the specified bean definition is not supported. -
Uses of BeanFactoryContribution in org.springframework.context.annotation
Methods in org.springframework.context.annotation that return BeanFactoryContributionModifier and TypeMethodDescriptionConfigurationClassPostProcessor.contribute(ConfigurableListableBeanFactory beanFactory)