Package org.springframework.beans.factory.aot
@NonNullApi
@NonNullFields
package org.springframework.beans.factory.aot
AOT support for bean factories.
-
ClassDescriptionAOT specific factory loading mechanism for internal use within the framework.Resolved arguments to be autowired.Code generator to apply
AutowiredArguments
.Resolver used to support the autowiring of fields.Resolver used to support the autowiring of constructors or factory methods.Resolver used to support the autowiring of methods.AOT contribution from aBeanFactoryInitializationAotProcessor
used to initialize a bean factory.AOT processor that makes bean factory initialization contributions by processingConfigurableListableBeanFactory
instances.Interface that can be used to configure the code that will be generated to perform bean factory initialization.AOT contribution from aBeanRegistrationAotProcessor
used to register a single bean definition.AOT processor that makes bean registration contributions by processingRegisteredBean
instances.Interface that can be used to configure the code that will be generated to perform registration of a single bean.Class used to generate the various fragments of code needed to register a bean.Strategy factory interface that can be used to customize theBeanRegistrationCodeFragments
that us used for a givenRegisteredBean
.Filter that can be used to exclude AOT processing of aRegisteredBean
.Interface that can be used to configure the code that will be generated to register beans.