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 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
Methods in org.springframework.aot.generator that return RuntimeHintsModifier and TypeMethodDescriptionCodeContribution.runtimeHints()Return the hints to use to register potential optimizations for contributed code.DefaultCodeContribution.runtimeHints()DefaultGeneratedTypeContext.runtimeHints()GeneratedTypeContext.runtimeHints()Return theRuntimeHintsinstance to use to contribute hints for generated types.Constructors in org.springframework.aot.generator with parameters of type RuntimeHintsModifierConstructorDescriptionDefaultCodeContribution(RuntimeHints runtimeHints) Create an instance with theRuntimeHintsinstance to use.protectedDefaultCodeContribution(MultiStatement statements, RuntimeHints runtimeHints, ProtectedAccess protectedAccess) -
Uses of RuntimeHints in org.springframework.aot.nativex
Methods in org.springframework.aot.nativex with parameters of type RuntimeHintsModifier and TypeMethodDescriptionvoidFileNativeConfigurationGenerator.generate(RuntimeHints hints) voidNativeConfigurationGenerator.generate(RuntimeHints hints) Generate the GraalVM native configuration from the provided hints. -
Uses of RuntimeHints in org.springframework.beans.factory.generator
Methods in org.springframework.beans.factory.generator with parameters of type RuntimeHintsModifier and TypeMethodDescriptionprotected CodeContributionBeanRegistrationBeanFactoryContribution.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.