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 JsonWriteContext
JsonWriteContext.COMPLETED
Final writing context.static final JsonWriteContext
JsonWriteContext.ROOT
Initial writing context.Methods in com.azure.json that return JsonWriteContextModifier and TypeMethodDescriptionJsonWriteContext.getParent()
Gets the parentJsonWriteContext
.abstract JsonWriteContext
JsonWriter.getWriteContext()
Gets the currentwriting context
for the JSON object.JsonWriteContext.updateContext
(JsonToken token) Updates the context based on theJsonToken
that was written.