Uses of Class
org.springframework.aot.generate.NameGenerator
Packages that use NameGenerator
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 NameGenerator in org.springframework.aot.generate
Constructors in org.springframework.aot.generate with parameters of type NameGeneratorModifierConstructorDescriptionDefaultGenerationContext(NameGenerator nameGenerator, GeneratedFiles generatedFiles) Create a newDefaultGenerationContextinstance backed by the specifiedNameGeneratorandGeneratedFiles.DefaultGenerationContext(NameGenerator nameGenerator, GeneratedFiles generatedFiles, RuntimeHints runtimeHints) Create a newDefaultGenerationContextinstance backed by the specifiedNameGenerator,GeneratedFiles, andRuntimeHints. -
Uses of NameGenerator in org.springframework.aot.test.generate
Constructors in org.springframework.aot.test.generate with parameters of type NameGeneratorModifierConstructorDescriptionTestGenerationContext(NameGenerator nameGenerator) Create an instance using the specifiedNameGenerator. -
Uses of NameGenerator in org.springframework.context.aot
Methods in org.springframework.context.aot that return NameGeneratorModifier and TypeMethodDescriptionprotected NameGeneratorContextAotProcessor.createNameGenerator()Callback to customize theNameGenerator.