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.
-
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()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)