Uses of Class
org.springframework.aot.generate.ClassNameGenerator
Packages that use ClassNameGenerator
Package
Description
Support classes for components that contribute generated code equivalent to a
 runtime behavior.
Test support for core AOT classes.
AOT support for application contexts.
- 
Uses of ClassNameGenerator in org.springframework.aot.generateConstructors in org.springframework.aot.generate with parameters of type ClassNameGeneratorModifierConstructorDescriptionDefaultGenerationContext(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles) Create a newDefaultGenerationContextinstance backed by the specifiedClassNameGeneratorandGeneratedFiles.DefaultGenerationContext(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles, RuntimeHints runtimeHints) Create a newDefaultGenerationContextinstance backed by the specifiedClassNameGenerator,GeneratedFiles, andRuntimeHints.
- 
Uses of ClassNameGenerator in org.springframework.aot.test.generateConstructors in org.springframework.aot.test.generate with parameters of type ClassNameGeneratorModifierConstructorDescriptionTestGenerationContext(ClassNameGenerator classNameGenerator) Create an instance using the specifiedClassNameGenerator.
- 
Uses of ClassNameGenerator in org.springframework.context.aotMethods in org.springframework.context.aot that return ClassNameGeneratorModifier and TypeMethodDescriptionprotected ClassNameGeneratorContextAotProcessor.createClassNameGenerator()Callback to customize theClassNameGenerator.