Uses of Package
org.springframework.data.aot
Packages that use org.springframework.data.aot
Package
Description
Support for registering the need for reflection, resources, java serialization and proxies at runtime for Ahead of
Time compilation.
Support classes for repository namespace and JavaConfig integration.
-
Classes in org.springframework.data.aot used by org.springframework.data.aotClassDescriptionThe 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.Configuration object that captures various AOT configuration aspects of types within the data context by offering predefined methods to register native configuration necessary for data binding, projection proxy definitions, AOT cglib bytecode generation and other common tasks. -
Classes in org.springframework.data.aot used by org.springframework.data.repository.config