Class GoogleGenAiRuntimeHints

java.lang.Object
org.springframework.ai.google.genai.aot.GoogleGenAiRuntimeHints
All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar

public class GoogleGenAiRuntimeHints extends Object implements org.springframework.aot.hint.RuntimeHintsRegistrar
The GoogleGenAiRuntimeHints class is responsible for registering runtime hints for Google GenAI classes.
Since:
0.8.1
Author:
Christian Tzolov, Dan Dobrin
  • Constructor Details

    • GoogleGenAiRuntimeHints

      public GoogleGenAiRuntimeHints()
  • Method Details

    • registerHints

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