Class JsonIntegerSchemaObjectSubstitution
java.lang.Object
io.quarkiverse.langchain4j.runtime.substitution.JsonIntegerSchemaObjectSubstitution
- All Implemented Interfaces:
io.quarkus.runtime.ObjectSubstitution<dev.langchain4j.model.chat.request.json.JsonIntegerSchema,
JsonIntegerSchemaObjectSubstitution.Serialized>
public final class JsonIntegerSchemaObjectSubstitution
extends Object
implements io.quarkus.runtime.ObjectSubstitution<dev.langchain4j.model.chat.request.json.JsonIntegerSchema,JsonIntegerSchemaObjectSubstitution.Serialized>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.model.chat.request.json.JsonIntegerSchema
serialize
(dev.langchain4j.model.chat.request.json.JsonIntegerSchema obj)
-
Constructor Details
-
JsonIntegerSchemaObjectSubstitution
public JsonIntegerSchemaObjectSubstitution()
-
-
Method Details
-
serialize
public JsonIntegerSchemaObjectSubstitution.Serialized serialize(dev.langchain4j.model.chat.request.json.JsonIntegerSchema obj) - Specified by:
serialize
in interfaceio.quarkus.runtime.ObjectSubstitution<dev.langchain4j.model.chat.request.json.JsonIntegerSchema,
JsonIntegerSchemaObjectSubstitution.Serialized>
-
deserialize
public dev.langchain4j.model.chat.request.json.JsonIntegerSchema deserialize(JsonIntegerSchemaObjectSubstitution.Serialized obj) - Specified by:
deserialize
in interfaceio.quarkus.runtime.ObjectSubstitution<dev.langchain4j.model.chat.request.json.JsonIntegerSchema,
JsonIntegerSchemaObjectSubstitution.Serialized>
-