Uses of Class
org.springframework.aot.generate.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.generate
ModifierConstructorDescriptionDefaultGenerationContext
(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles) Create a newDefaultGenerationContext
instance backed by the specifiedClassNameGenerator
andGeneratedFiles
.DefaultGenerationContext
(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles, RuntimeHints runtimeHints) Create a newDefaultGenerationContext
instance backed by the specifiedClassNameGenerator
,GeneratedFiles
, andRuntimeHints
. -
Uses of ClassNameGenerator in org.springframework.aot.test.generate
ModifierConstructorDescriptionTestGenerationContext
(ClassNameGenerator classNameGenerator) Create an instance using the specifiedClassNameGenerator
. -
Uses of ClassNameGenerator in org.springframework.context.aot
Modifier and TypeMethodDescriptionprotected ClassNameGenerator
ContextAotProcessor.createClassNameGenerator()
Callback to customize theClassNameGenerator
.