Uses of Interface
org.springframework.data.aot.AotContext
Package
Description
Support for registering the need for reflection, resources, java serialization and proxies at runtime for Ahead of
Time compilation.
-
Uses of AotContext in org.springframework.data.aot
Modifier and TypeInterfaceDescriptioninterface
AotContext
specific to Spring DataRepository
infrastructure.Modifier and TypeMethodDescriptionstatic AotContext
AotContext.from
(BeanFactory beanFactory) Create anAotContext
backed by the givenBeanFactory
.protected AotContext
ManagedTypesRegistrationAotContribution.getAotContext()
Modifier and TypeMethodDescriptionprotected BeanRegistrationAotContribution
ManagedTypesBeanRegistrationAotProcessor.contribute
(AotContext aotContext, ManagedTypes managedTypes) Hook to provide a customized flavor ofBeanRegistrationAotContribution
.ModifierConstructorDescriptionManagedTypesRegistrationAotContribution
(AotContext aotContext, ManagedTypes managedTypes, BiConsumer<ResolvableType, GenerationContext> contributionAction)