Class AnthropicRuntimeHints
java.lang.Object
org.springframework.ai.anthropic.aot.AnthropicRuntimeHints
- All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar
public class AnthropicRuntimeHints
extends Object
implements org.springframework.aot.hint.RuntimeHintsRegistrar
The AnthropicRuntimeHints class is responsible for registering runtime hints for
Anthropic API classes.
- Since:
- 1.0.0
- Author:
- Christian Tzolov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerHints
(org.springframework.aot.hint.RuntimeHints hints, ClassLoader classLoader)
-
Constructor Details
-
AnthropicRuntimeHints
public AnthropicRuntimeHints()
-
-
Method Details
-
registerHints
public void registerHints(@NonNull org.springframework.aot.hint.RuntimeHints hints, @Nullable ClassLoader classLoader) - Specified by:
registerHints
in interfaceorg.springframework.aot.hint.RuntimeHintsRegistrar
-