Package org.springframework.aot.generate
@NonNullApi
@NonNullFields
package org.springframework.aot.generate
Support classes for components that contribute generated code equivalent to a
runtime behavior.
-
ClassDescriptionGenerate unique class names based on target
Class
and a feature name.DefaultGenerationContext
implementation.GeneratedFiles
implementation that stores generated files using aFileSystem
.A generated class is a container for generated methods.A managed collection of generated classes.The various kinds of generated files that are supported.A generated method.A managed collection of generated methods.Central interface used for code generation.GeneratedFiles
implementation that keeps generated files in-memory.Generates newGeneratedMethod
instances.Generates unique method names that can be used in ahead-of-time generated source code.A reference to a static or instance method.