Uses of Class
org.springframework.aot.hint.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
Modifier and TypeMethodDescriptionDefaultGenerationContext.getRuntimeHints()
GenerationContext.getRuntimeHints()
Return theRuntimeHints
being used by the context.ModifierConstructorDescriptionDefaultGenerationContext
(ClassNameGenerator classNameGenerator, GeneratedFiles generatedFiles, RuntimeHints runtimeHints) Create a newDefaultGenerationContext
instance backed by the specified items. -
Uses of RuntimeHints in org.springframework.aot.hint
Modifier and TypeMethodDescriptionvoid
RuntimeHintsRegistrar.registerHints
(RuntimeHints hints, ClassLoader classLoader) Contribute hints to the givenRuntimeHints
instance. -
Uses of RuntimeHints in org.springframework.aot.nativex
Modifier and TypeMethodDescriptionvoid
NativeConfigurationWriter.write
(RuntimeHints hints) Write the GraalVM native configuration from the provided hints.