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.
-
Uses of AotContext in org.springframework.data.aot
Subinterfaces of AotContext in org.springframework.data.aotModifier and TypeInterfaceDescriptioninterfaceAotContextspecific to Spring DataRepositoryinfrastructure.Methods in org.springframework.data.aot that return AotContextModifier and TypeMethodDescriptionstatic AotContextAotContext.from(BeanFactory beanFactory) Create anAotContextbacked by the givenBeanFactory.protected AotContextManagedTypesRegistrationAotContribution.getAotContext()Methods in org.springframework.data.aot with parameters of type AotContextModifier and TypeMethodDescriptionprotected BeanRegistrationAotContributionManagedTypesBeanRegistrationAotProcessor.contribute(AotContext aotContext, ManagedTypes managedTypes) Hook to provide a customized flavor ofBeanRegistrationAotContribution.Constructors in org.springframework.data.aot with parameters of type AotContextModifierConstructorDescriptionManagedTypesRegistrationAotContribution(AotContext aotContext, ManagedTypes managedTypes, BiConsumer<ResolvableType, GenerationContext> contributionAction)