Uses of Class
com.azure.json.JsonWriteContext
Packages that use JsonWriteContext
Package
Description
Contains general classes for handling JSON.
Contains general classes for GSON-based handling JSON.
-
Uses of JsonWriteContext in com.azure.json
Fields in com.azure.json declared as JsonWriteContextModifier and TypeFieldDescriptionstatic final JsonWriteContextJsonWriteContext.COMPLETEDFinal writing context.static final JsonWriteContextJsonWriteContext.ROOTInitial writing context.Methods in com.azure.json that return JsonWriteContextModifier and TypeMethodDescriptionJsonWriteContext.getParent()Gets the parentJsonWriteContext.DefaultJsonWriter.getWriteContext()abstract JsonWriteContextJsonWriter.getWriteContext()Gets the currentwriting contextfor the JSON object.JsonWriteContext.updateContext(JsonToken token) Updates the context based on theJsonTokenthat was written. -
Uses of JsonWriteContext in com.azure.json.gson
Methods in com.azure.json.gson that return JsonWriteContext