Uses of Package
org.springframework.aot.generate
Packages that use org.springframework.aot.generate
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
Support classes for compiling and testing generated code.
AOT support for bean factories.
AOT support for application contexts.
-
Classes in org.springframework.aot.generate used by org.springframework.aot.generateClassDescriptionGenerates 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.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.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. -
Classes in org.springframework.aot.generate used by org.springframework.aot.test.generator.compile
-
Classes in org.springframework.aot.generate used by org.springframework.beans.factory.aotClassDescriptionCentral interface used for code generation.Generates new
GeneratedMethod
instances.A reference to a static or instance method. -
Classes in org.springframework.aot.generate used by org.springframework.context.aot