Package com.openai.models
Class CodeInterpreterToolCall.CodeInterpreter.Output.Deserializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.deser.ContextualDeserializer
,com.fasterxml.jackson.databind.deser.NullValueProvider
,com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable
,java.io.Serializable
public final class CodeInterpreterToolCall.CodeInterpreter.Output.Deserializer extends BaseDeserializer<CodeInterpreterToolCall.CodeInterpreter.Output>
-
-
Constructor Summary
Constructors Constructor Description CodeInterpreterToolCall.CodeInterpreter.Output.Deserializer()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.openai.core.BaseDeserializer
createContextual, deserialize
-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer
deserializeWithType, getValueClass, getValueInstantiator, getValueType, getValueType, handledType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-