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 AotContextAotContext.from(BeanFactory beanFactory) Create anAotContextbacked by the givenBeanFactory.static AotContextAotContext.from(BeanFactory beanFactory, Environment environment) Create anAotContextbacked by the givenBeanFactory.Methods in org.springframework.data.aot with parameters of type AotContextModifier and TypeMethodDescriptionprotected voidManagedTypesBeanRegistrationAotProcessor.configureTypeContribution(Class<?> type, AotContext aotContext) Customization hook to configure theTypeContributorused to register the given type.protected BeanRegistrationAotContributionManagedTypesBeanRegistrationAotProcessor.contribute(AotContext aotContext, ManagedTypes managedTypes, RegisteredBean registeredBean) Hook to provide a customized flavor ofBeanRegistrationAotContribution.protected voidManagedTypesBeanRegistrationAotProcessor.registerTypeHints(ResolvableType type, AotContext aotContext, GenerationContext generationContext) Hook to contribute configuration for a given type. -
Uses of AotContext in org.springframework.data.repository.config
Subinterfaces of AotContext in org.springframework.data.repository.configModifier and TypeInterfaceDescriptioninterfaceAotContextspecific to Spring DataRepositoryinfrastructure.Classes in org.springframework.data.repository.config that implement AotContextModifier and TypeClassDescriptionclassSupport class forAotRepositoryContextimplementations delegating to an underlyingAotContext.Methods in org.springframework.data.repository.config with parameters of type AotContextModifier and TypeMethodDescriptionprotected voidRepositoryRegistrationAotProcessor.configureTypeContribution(Class<?> type, AotContext aotContext) Customization hook to configure theTypeContributorused to register the given type.Constructors in org.springframework.data.repository.config with parameters of type AotContextModifierConstructorDescriptionAotRepositoryContextSupport(AotContext aotContext) Create a newAotRepositoryContextSupportgiven theAotContext.