Uses of Class
org.springframework.aot.hint.RuntimeHints
Packages that use RuntimeHints
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.
-
Uses of RuntimeHints in org.springframework.aot.generate
Methods in org.springframework.aot.generate that return RuntimeHintsModifier and TypeMethodDescriptionDefaultGenerationContext.getRuntimeHints()GenerationContext.getRuntimeHints()Return theRuntimeHintsbeing used by the context.Constructors in org.springframework.aot.generate with parameters of type RuntimeHintsModifierConstructorDescriptionDefaultGenerationContext(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles, RuntimeHints runtimeHints) Create a newDefaultGenerationContextinstance backed by the specified items. -
Uses of RuntimeHints in org.springframework.aot.hint
Methods in org.springframework.aot.hint with parameters of type RuntimeHintsModifier and TypeMethodDescriptionvoidRuntimeHintsRegistrar.registerHints(RuntimeHints hints, ClassLoader classLoader) Contribute hints to the givenRuntimeHintsinstance. -
Uses of RuntimeHints in org.springframework.aot.nativex
Methods in org.springframework.aot.nativex with parameters of type RuntimeHintsModifier and TypeMethodDescriptionvoidNativeConfigurationWriter.write(RuntimeHints hints) Write the GraalVM native configuration from the provided hints.