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 Details

    • SecretManagerRuntimeHints

      public SecretManagerRuntimeHints()
  • Method Details

    • registerHints

      public void registerHints(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
      Specified by:
      registerHints in interface org.springframework.aot.hint.RuntimeHintsRegistrar