Uses of Package
org.springframework.aot.hint
Package
Description
Support classes for components that contribute generated code equivalent
to a runtime behavior.
Support for registering the need for reflection, resources, java
serialization and proxies at runtime.
Support for generating GraalVM native configuration from runtime hints.
Support for generating code that represents the state of a bean factory.
-
ClassDescriptionBase
TypeReference
implementation that ensures consistent behaviour forequals()
,hashCode()
, andtoString()
based on the canonical name.Gather hints that can be used to optimize the application runtime.Type abstraction that can be used to refer to types that are not available as aClass
yet. -
ClassDescriptionA hint that describes the need for a proxy against a concrete class.Builder for
ClassProxyHint
.A hint that describes the need for reflection on aMethod
orConstructor
.Builder forExecutableHint
.Represent the need of reflection for a givenExecutable
.A hint that describes the need of reflection on aField
.Builder forFieldHint
.Gather the need for Java serialization at runtime.A hint that describes the need of a JDKProxy
, that is an interfaces-based proxy.Builder forJdkProxyHint
.Represent predefined members groups.Base hint that describes the need for reflection on aMember
.Gather the need of using proxies at runtime.Gather the need for reflection at runtime.A hint that describes the need to access to aResourceBundle
.Gather the need for resources available at runtime.A hint that describes resources that should be made available at runtime.Builder forResourcePatternHint
.A hint that describes the need for reflection on a type.Builder forTypeHint
.Type abstraction that can be used to refer to types that are not available as aClass
yet. -
-