Uses of Package
org.springframework.aot.hint
Packages that use 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.
Annotations and support classes for handling messages.
Annotations and for handling messages from SImple Messaging Protocols such as STOMP.
Annotations for binding requests to controllers and handler methods
as well as for binding request parameters to method arguments.
-
Classes in org.springframework.aot.hint used by org.springframework.aot.agentClassDescriptionGather 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. -
Classes in org.springframework.aot.hint used by org.springframework.aot.generate
-
Classes in org.springframework.aot.hint used by org.springframework.aot.hintClassDescriptionA hint that describes the need for a proxy against a concrete class.Builder for
ClassProxyHint
.Contract forruntime 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 of reflection on aField
.Builder forFieldHint
.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
.Represent predefined members groups.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 through a matching mechanism or inclusion/exclusion.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. -
Classes in org.springframework.aot.hint used by org.springframework.aot.hint.annotation
-
Classes in org.springframework.aot.hint used by org.springframework.aot.hint.predicateClassDescriptionRepresent the need of reflection for a given
Executable
.Represent predefined members groups.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. -
Classes in org.springframework.aot.hint used by org.springframework.aot.hint.supportClassDescriptionGather the need for resources available at runtime.Gather hints that can be used to optimize the application runtime.Builder for
TypeHint
. -
Classes in org.springframework.aot.hint used by org.springframework.aot.nativex
-
Classes in org.springframework.aot.hint used by org.springframework.aot.test.agentClassDescriptionGather hints that can be used to optimize the application runtime.Contract for registering
RuntimeHints
based on theClassLoader
of the deployment unit. -
Classes in org.springframework.aot.hint used by org.springframework.context.aot
-
Classes in org.springframework.aot.hint used by org.springframework.messaging.handler.annotationClassDescriptionGather hints that can be used to optimize the application runtime.Contract for registering
RuntimeHints
based on theClassLoader
of the deployment unit. -
Classes in org.springframework.aot.hint used by org.springframework.messaging.simp.annotationClassDescriptionGather hints that can be used to optimize the application runtime.Contract for registering
RuntimeHints
based on theClassLoader
of the deployment unit. -
Classes in org.springframework.aot.hint used by org.springframework.web.bind.annotationClassDescriptionGather hints that can be used to optimize the application runtime.Contract for registering
RuntimeHints
based on theClassLoader
of the deployment unit.