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 generating GraalVM native configuration from runtime hints.
Support for generating code that represents the state of a bean factory.
-
Uses of RuntimeHints in org.springframework.aot.generator
Modifier and TypeMethodDescriptionCodeContribution.runtimeHints()
Return the hints to use to register potential optimizations for contributed code.DefaultCodeContribution.runtimeHints()
DefaultGeneratedTypeContext.runtimeHints()
GeneratedTypeContext.runtimeHints()
Return theRuntimeHints
instance to use to contribute hints for generated types.ModifierConstructorDescriptionDefaultCodeContribution
(RuntimeHints runtimeHints) Create an instance with theRuntimeHints
instance to use.protected
DefaultCodeContribution
(MultiStatement statements, RuntimeHints runtimeHints, ProtectedAccess protectedAccess) -
Uses of RuntimeHints in org.springframework.aot.nativex
Modifier and TypeMethodDescriptionvoid
FileNativeConfigurationGenerator.generate
(RuntimeHints hints) void
NativeConfigurationGenerator.generate
(RuntimeHints hints) Generate the GraalVM native configuration from the provided hints. -
Uses of RuntimeHints in org.springframework.beans.factory.generator
Modifier and TypeMethodDescriptionprotected CodeContribution
BeanRegistrationBeanFactoryContribution.generateBeanInstance
(RuntimeHints runtimeHints) Return the necessary code to instantiate and post-process a bean.BeanInstantiationGenerator.generateBeanInstantiation
(RuntimeHints runtimeHints) Return the necessary code to instantiate a bean.