Uses of Class
com.azure.json.JsonWriteContext
Packages that use JsonWriteContext
Package
Description
The Azure JSON library provides interfaces for stream-style JSON reading and writing.
-
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.