Uses of Enum
com.azure.json.JsonWriteState
Packages that use JsonWriteState
Package
Description
The Azure JSON library provides interfaces for stream-style JSON reading and writing.
-
Uses of JsonWriteState in com.azure.json
Methods in com.azure.json that return JsonWriteStateModifier and TypeMethodDescriptionJsonWriteContext.getWriteState()
Gets theJsonWriteState
associated to the writing context.static JsonWriteState
Returns the enum constant of this type with the specified name.static JsonWriteState[]
JsonWriteState.values()
Returns an array containing the constants of this enum type, in the order they are declared.