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 AotRepositoryContext
RepositoryRegistrationAotContribution.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 void
RepositoryRegistrationAotProcessor.contribute
(AotRepositoryContext repositoryContext, GenerationContext generationContext) protected void
RepositoryRegistrationAotContribution.enhanceRepositoryBeanDefinition
(RegisteredBean repositoryBean, RepositoryConfiguration<?> repositoryMetadata, AotRepositoryContext repositoryContext) Helps the AOT processing render theFactoryBean
type 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) Callback
for data module specific contributions.