Class SecretManagerRuntimeHints
java.lang.Object
com.google.cloud.spring.secretmanager.aot.SecretManagerRuntimeHints
- All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar
public class SecretManagerRuntimeHints
extends Object
implements org.springframework.aot.hint.RuntimeHintsRegistrar
Runtime Hints for Secret Manager. For now, this is only necessary to enable image generation with
GraalVM for JDK 17. GraalVM for JDK 21 and 23 do not need this hint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
-
Constructor Details
-
SecretManagerRuntimeHints
public SecretManagerRuntimeHints()
-
-
Method Details
-
registerHints
- Specified by:
registerHints
in interfaceorg.springframework.aot.hint.RuntimeHintsRegistrar
-