Uses of Package
org.springframework.aot.hint
Package
Description
Support for recording method invocations relevant to
RuntimeHints
metadata.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.
Annotation support for runtime hints.
Predicate support for runtime hints.
Convenience classes for using runtime hints.
Support for generating GraalVM native configuration from runtime hints.
Testing support for the
RuntimeHintsAgent
.AOT support for application contexts.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Annotations and support classes for handling messages.
Ahead-of-time (AOT) support for the Spring TestContext Framework.
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via
@Sql
.-
ClassDescriptionGather 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 a
Class
yet. -
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. -
ClassDescriptionContract for
runtime hints
that only apply if the described condition is met.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 for reflection on aField
.A hint that describes the need for Java serialization at runtime.Builder forJavaSerializationHint
.A hint that describes the need for a JDK interface-basedProxy
.Builder forJdkProxyHint
.PredefinedMember
categories.Base hint that describes the need for reflection on aMember
.Gather the need for using proxies at runtime.Gather the need for reflection at runtime.A hint that describes the need to access aResourceBundle
.Builder forResourceBundleHint
.Gather the need for resources available at runtime.A hint that describes resources that should be made available at runtime.A collection ofResourcePatternHint
describing whether resources should be made available at runtime using a matching algorithm based on include/exclude patterns.Builder forResourcePatternHints
.Gather hints that can be used to optimize the application runtime.Gather the need for Java serialization at runtime.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. -
ClassDescriptionPredefined
Member
categories.Gather the need for reflection at runtime.Gather hints that can be used to optimize the application runtime. -
ClassDescriptionRepresent the need of reflection for a given
Executable
.PredefinedMember
categories.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. -
ClassDescriptionGather the need for resources available at runtime.Gather hints that can be used to optimize the application runtime.
-
-
ClassDescriptionGather hints that can be used to optimize the application runtime.Contract for registering
RuntimeHints
based on theClassLoader
of the deployment unit. -
-
-
-
-