Package com.openai.core
Class JsonMissing
-
- All Implemented Interfaces:
public final class JsonMissing extends JsonValue
A JsonValue representing an omitted JSON field.
An instance of this class will cause a JSON field to be omitted from the serialized JSON entirely.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
JsonMissing.Serializer
-
Constructor Summary
Constructors Constructor Description JsonMissing()
-
Method Summary
Modifier and Type Method Description String
toString()
final static JsonMissing
of()
Returns the singleton instance of JsonMissing. -
Methods inherited from class com.openai.core.JsonValue
accept, convert, convert
-
Methods inherited from class com.openai.core.JsonField
accept, asArray, asBoolean, asKnown, asNumber, asObject, asString, asStringOrThrow, asUnknown, isMissing, isNull
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
of
final static JsonMissing of()
Returns the singleton instance of JsonMissing.
-
-
-
-