Uses of Class
org.springframework.aot.hint.RuntimeHints

Packages that use RuntimeHints
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.
Support for generating GraalVM native configuration from runtime hints.
Testing support for the RuntimeHintsAgent.
Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.
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.