Class ToolSpecificationObjectSubstitution
java.lang.Object
io.quarkiverse.langchain4j.runtime.tool.ToolSpecificationObjectSubstitution
- All Implemented Interfaces:
io.quarkus.runtime.ObjectSubstitution<dev.langchain4j.agent.tool.ToolSpecification,
ToolSpecificationObjectSubstitution.Serialized>
public class ToolSpecificationObjectSubstitution
extends Object
implements io.quarkus.runtime.ObjectSubstitution<dev.langchain4j.agent.tool.ToolSpecification,ToolSpecificationObjectSubstitution.Serialized>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.agent.tool.ToolSpecification
serialize
(dev.langchain4j.agent.tool.ToolSpecification obj)
-
Constructor Details
-
ToolSpecificationObjectSubstitution
public ToolSpecificationObjectSubstitution()
-
-
Method Details
-
serialize
public ToolSpecificationObjectSubstitution.Serialized serialize(dev.langchain4j.agent.tool.ToolSpecification obj) - Specified by:
serialize
in interfaceio.quarkus.runtime.ObjectSubstitution<dev.langchain4j.agent.tool.ToolSpecification,
ToolSpecificationObjectSubstitution.Serialized>
-
deserialize
public dev.langchain4j.agent.tool.ToolSpecification deserialize(ToolSpecificationObjectSubstitution.Serialized obj) - Specified by:
deserialize
in interfaceio.quarkus.runtime.ObjectSubstitution<dev.langchain4j.agent.tool.ToolSpecification,
ToolSpecificationObjectSubstitution.Serialized>
-