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.
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.
-
Classes in org.springframework.aot.generate used by org.springframework.aot.generateClassDescriptionDetermine the access control of a
Memberor type signature.DefaultGenerationContextimplementation.A single generated class.A managed collection of generated classes.Repository of generated files.Provide access to a particular file and offer convenient methods to retrieve, save, or override its content.The various kinds of generated files that are supported.A generated method.A managed collection of generated methods.A single generated resource.Abstraction of the content of a generated resource.A managed collection of generated resources.ATypeReferencefor 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.Generator for unique names based on a targetClassNameand a feature name.Thrown when value code generation fails.Code generator for a single value.Strategy interface that can be used to implement code generation for a particular value type. -
Classes in org.springframework.aot.generate used by org.springframework.aot.test.generateClassDescriptionDefault
GenerationContextimplementation.Central interface used for code generation.GeneratedFilesimplementation that keeps generated files in-memory.Generator for unique names based on a targetClassNameand a feature name. -
Classes in org.springframework.aot.generate used by org.springframework.beans.factory.aotClassDescriptionA 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.Code generator for a single value.Strategy interface that can be used to implement code generation for a particular value type.
-
Classes in org.springframework.aot.generate used by org.springframework.context.aotClassDescription
GeneratedFilesimplementation that stores generated files using aFileSystem.Central interface used for code generation.Generator for unique names based on a targetClassNameand a feature name. -
Classes in org.springframework.aot.generate used by org.springframework.test.context.aot