Uses of Interface
org.springframework.data.aot.AotRepositoryContext
Packages that use AotRepositoryContext
Package
Description
Support for registering the need for reflection, resources, java serialization and proxies at runtime for Ahead of
Time compilation.
-
Uses of AotRepositoryContext in org.springframework.data.aot
Methods in org.springframework.data.aot that return AotRepositoryContextModifier and TypeMethodDescriptionprotected AotRepositoryContextRepositoryRegistrationAotContribution.getRepositoryContext()Methods in org.springframework.data.aot that return types with arguments of type AotRepositoryContextModifier and TypeMethodDescriptionprotected Optional<BiConsumer<AotRepositoryContext,GenerationContext>> RepositoryRegistrationAotContribution.getModuleContribution()Methods in org.springframework.data.aot with parameters of type AotRepositoryContextModifier and TypeMethodDescriptionprotected voidRepositoryRegistrationAotProcessor.contribute(AotRepositoryContext repositoryContext, GenerationContext generationContext) protected voidRepositoryRegistrationAotContribution.enhanceRepositoryBeanDefinition(RegisteredBean repositoryBean, RepositoryConfiguration<?> repositoryMetadata, AotRepositoryContext repositoryContext) Helps the AOT processing render theFactoryBeantype correctly that is used to tell the outcome of theFactoryBean.Method parameters in org.springframework.data.aot with type arguments of type AotRepositoryContextModifier and TypeMethodDescriptionRepositoryRegistrationAotContribution.withModuleContribution(BiConsumer<AotRepositoryContext, GenerationContext> moduleContribution) Callbackfor data module specific contributions.