### YamlMime:JavaType uid: "com.azure.json.models.JsonNull" fullName: "com.azure.json.models.JsonNull" name: "JsonNull" nameWithType: "JsonNull" summary: "Model representing a JSON null value." inheritances: - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **JsonNull**
extends " methods: - uid: "com.azure.json.models.JsonNull.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.json.models.JsonNull.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "JsonNull.fromJson(JsonReader jsonReader)" summary: "Deserializes a JSON null from a JsonReader." modifiers: - "static" parameters: - description: "The JsonReader to deserialize from." name: "jsonReader" type: "" syntax: "public static JsonNull fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while deserializing the JSON null." type: "IOException" desc: "Deserializes a JSON null from a JsonReader.\n\nIf the JsonReader's current token is null, it is assumed the JsonReader hasn't begun reading and will be called to begin reading.\n\nAfter ensuring the JsonReader has begun reading, if the current token is not , an will be thrown. Otherwise, will be called to return the deserialized JSON null." returns: description: "The deserialized JSON null." type: "" - uid: "com.azure.json.models.JsonNull.getInstance()" fullName: "com.azure.json.models.JsonNull.getInstance()" name: "getInstance()" nameWithType: "JsonNull.getInstance()" summary: "Gets the instance of the JsonNull class." modifiers: - "static" syntax: "public static JsonNull getInstance()" desc: "Gets the instance of the JsonNull class." returns: description: "The JsonNull instance." type: "" - uid: "com.azure.json.models.JsonNull.isNull()" fullName: "com.azure.json.models.JsonNull.isNull()" name: "isNull()" nameWithType: "JsonNull.isNull()" summary: "Identifies if a JsonElement is of type JsonNull." overridden: "com.azure.json.models.JsonElement.isNull()" syntax: "public boolean isNull()" desc: "Identifies if a JsonElement is of type JsonNull." returns: description: "A boolean value of whether a JsonElement is null." type: "" - uid: "com.azure.json.models.JsonNull.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.json.models.JsonNull.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "JsonNull.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.json.models.JsonNull.toJsonString()" fullName: "com.azure.json.models.JsonNull.toJsonString()" name: "toJsonString()" nameWithType: "JsonNull.toJsonString()" syntax: "public String toJsonString()" exceptions: - type: "IOException" returns: type: "String" type: "class" desc: "Model representing a JSON null value." metadata: {} package: "com.azure.json.models" artifact: com.azure:azure-json:1.3.0