Class DeepSeekRuntimeHints

java.lang.Object
org.springframework.ai.deepseek.aot.DeepSeekRuntimeHints
All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar

public class DeepSeekRuntimeHints extends Object implements org.springframework.aot.hint.RuntimeHintsRegistrar
The DeepSeekRuntimeHints class is responsible for registering runtime hints for DeepSeek API classes.
Author:
Geng Rong
  • Constructor Details

    • DeepSeekRuntimeHints

      public DeepSeekRuntimeHints()
  • Method Details

    • registerHints

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