Uses of Package
org.springframework.beans.factory.aot
Package
Description
Support package for annotation-driven bean configuration.
AOT support for bean factories.
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Classes supporting the
org.springframework.orm.jpa
package.-
ClassDescriptionAOT contribution from a
BeanRegistrationAotProcessor
used to register a single bean definition.AOT processor that makes bean registration contributions by processingRegisteredBean
instances. -
ClassDescriptionA collection of AOT services that can be
loaded
from aSpringFactoriesLoader
or obtained from aListableBeanFactory
.Loader class used to actually load the services.Sources from which services were obtained.Resolved arguments to be autowired.Resolver used to support the autowiring of fields.Resolver used to support the autowiring of methods.AOT contribution from aBeanFactoryInitializationAotProcessor
used to initialize a bean factory.Interface that can be used to configure the code that will be generated to perform bean factory initialization.SpecializedInstanceSupplier
that provides the factoryMethod
used to instantiate the underlying bean instance, if any.AOT contribution from aBeanRegistrationAotProcessor
used to register a single bean definition.Interface that can be used to configure the code that will be generated to perform registration of a single bean.Generate the various fragments of code needed to register a bean. -
ClassDescriptionAOT contribution from a
BeanFactoryInitializationAotProcessor
used to initialize a bean factory.AOT processor that makes bean factory initialization contributions by processingConfigurableListableBeanFactory
instances.AOT contribution from aBeanRegistrationAotProcessor
used to register a single bean definition.AOT processor that makes bean registration contributions by processingRegisteredBean
instances. -
ClassDescriptionAOT contribution from a
BeanRegistrationAotProcessor
used to register a single bean definition.AOT processor that makes bean registration contributions by processingRegisteredBean
instances.