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.
-
ClassDescriptionGenerates new
GeneratedClass
instances.Strategy used to generate the java file for the generated class.Generates unique class names that can be used in ahead-of-time generated source code.Default implementation ofGenerationContext
.GeneratedFiles
implementation that stores generated files using aFileSystem
.A 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.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.