Uses of Class
com.azure.json.JsonWriteContext
-
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.abstract JsonWriteContextJsonWriter.getWriteContext()Gets the currentwriting contextfor the JSON object.JsonWriteContext.updateContext(JsonToken token) Updates the context based on theJsonTokenthat was written.