Uses of Package
org.springframework.aot.generate
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
Test support for core AOT classes.
AOT support for bean factories.
AOT support for application contexts.
Ahead-of-time (AOT) support for the Spring TestContext Framework.
-
ClassDescriptionDetermine the access control of a
Member
or type signature.Generate unique class names based on a targetClassName
and a feature name.DefaultGenerationContext
implementation.A single generated class.A managed collection of generated classes.The various kinds of generated files that are supported.A generated method.A managed collection of generated methods.ATypeReference
for a generated type.Central interface used for code generation.A reference to a method with convenient code generation for referencing, or invoking it.Strategy for generating code for arguments based on their type. -
ClassDescriptionGenerate unique class names based on a target
ClassName
and a feature name.DefaultGenerationContext
implementation.Central interface used for code generation.GeneratedFiles
implementation that keeps generated files in-memory. -
ClassDescriptionA managed collection of generated methods.Central interface used for code generation.A reference to a method with convenient code generation for referencing, or invoking it.
-
ClassDescriptionGenerate unique class names based on a target
ClassName
and a feature name.GeneratedFiles
implementation that stores generated files using aFileSystem
.Central interface used for code generation. -
ClassDescription