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.
-
Uses of ClassNameGenerator in org.springframework.aot.generate
Methods in org.springframework.aot.generate that return ClassNameGeneratorModifier and TypeMethodDescriptionDefaultGenerationContext.getClassNameGenerator()GenerationContext.getClassNameGenerator()Return theClassNameGeneratorbeing used by the context.Constructors in org.springframework.aot.generate with parameters of type ClassNameGeneratorModifierConstructorDescriptionDefaultGenerationContext(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles, RuntimeHints runtimeHints) Create a newDefaultGenerationContextinstance backed by the specified items.GeneratedClasses(ClassNameGenerator classNameGenerator)