Uses of Package
org.springframework.aot.generator
Package
Description
Support classes for components that contribute generated code equivalent
to a runtime behavior.
Support for generating code that represents the state of a bean factory.
Support for generating code that represents the state of an application
context.
-
ClassDescriptionA code contribution that gathers the code, the runtime hints, and the protected elements that are necessary to execute it.Wrapper for a generated type.Context passed to object that can generate code, giving access to a main
GeneratedType
as well as to aGeneratedType
in a given package if privileged access is required.ATypeReference
for a generated type.Gather the need of non-public access and determine the privileged package to use, if necessary.Options to use to analyze if invoking aMember
requires privileged access.Thrown when a code block requires privileged access on multiple packages.AMember
that is non-public, with the related type. -
ClassDescriptionA code contribution that gathers the code, the runtime hints, and the protected elements that are necessary to execute it.Context passed to object that can generate code, giving access to a main
GeneratedType
as well as to aGeneratedType
in a given package if privileged access is required.Gather the need of non-public access and determine the privileged package to use, if necessary.Options to use to analyze if invoking aMember
requires privileged access. -
ClassDescriptionContext passed to object that can generate code, giving access to a main
GeneratedType
as well as to aGeneratedType
in a given package if privileged access is required.