Uses of Interface
org.springframework.data.aot.AotContext
Packages that use AotContext
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.
-
Uses of AotContext in org.springframework.data.aot
Methods in org.springframework.data.aot that return AotContextModifier and TypeMethodDescriptionstatic AotContext
AotContext.from
(BeanFactory beanFactory) Create anAotContext
backed by the givenBeanFactory
.Methods in org.springframework.data.aot with parameters of type AotContextModifier and TypeMethodDescriptionprotected BeanRegistrationAotContribution
ManagedTypesBeanRegistrationAotProcessor.contribute
(AotContext aotContext, ManagedTypes managedTypes, RegisteredBean registeredBean) Hook to provide a customized flavor ofBeanRegistrationAotContribution
. -
Uses of AotContext in org.springframework.data.repository.config
Subinterfaces of AotContext in org.springframework.data.repository.configModifier and TypeInterfaceDescriptioninterface
AotContext
specific to Spring DataRepository
infrastructure.