Package org.springframework.data.aot
@NonNullApi
package org.springframework.data.aot
Support for registering the need for reflection, resources, java serialization and proxies at runtime for Ahead of
Time compilation.
-
ClassDescriptionThe context in which the AOT processing happens.Interface defining introspection methods for bean definitions.Type-based introspector to resolve
Class
from a type name and to introspect the bean factory for presence of beans.AotContext
specific to Spring DataRepository
infrastructure.BeanFactoryInitializationAotProcessor
implementation used to encapsulate common data infrastructure concerns and preprocess theConfigurableListableBeanFactory
ahead of the AOT compilation in order to prepare the Spring DataBeanDefinitions
for AOT processing.BeanRegistrationAotContribution
used to contribute aManagedTypes
registration.Abstract utility class containing common, reusablePredicates
.BeanRegistrationAotContribution
used to contribute repository registrations.BeanRegistrationAotProcessor
responsible processing and providing AOT configuration for repositories.