Uses of Class
org.springframework.data.repository.aot.generate.AotQueryMethodGenerationContext
Packages that use AotQueryMethodGenerationContext
Package
Description
Ahead-of-Time (AOT) generation for Spring Data repositories.
-
Uses of AotQueryMethodGenerationContext in org.springframework.data.repository.aot.generate
Methods in org.springframework.data.repository.aot.generate with parameters of type AotQueryMethodGenerationContextModifier and TypeMethodDescriptionabstract @Nullable org.springframework.javapoet.MethodSpecMethodContributor.contribute(AotQueryMethodGenerationContext context) Contribute the actual method specification to be added to the repository fragment.org.springframework.javapoet.CodeBlockMethodContributor.RepositoryMethodContribution.contribute(AotQueryMethodGenerationContext context) voidMethodContributor.RepositoryMethodCustomizer.customize(AotQueryMethodGenerationContext context, org.springframework.javapoet.CodeBlock.Builder builder)