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.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.Abstract utility class containing common, reusablePredicates
.Extension toBeanRegistrationAotContribution
that bases its contribution on aRegisteredBean
.