Index

A B C D E F G H I J N O P R S T U V W 
All Classes and Interfaces|All Packages

A

add(JsonNode) - Method in interface com.azure.core.experimental.serializer.JsonArray
Adds a JsonNode to the end of this array.
addHeader(HttpHeader) - Method in class com.azure.core.experimental.http.DynamicRequest
Adds a header to the HTTP request
addHeader(String, String) - Method in class com.azure.core.experimental.http.DynamicRequest
Adds a header to the HTTP request.
addQueryParam(String, String) - Method in class com.azure.core.experimental.http.DynamicRequest
Adds a query parameter to the request URL.
ARRAY - Enum constant in enum com.azure.json.JsonWriteState
In a JSON array.
AvroSerializer - Interface in com.azure.core.experimental.serializer
Generic interface covering basic Avro serialization and deserialization methods.
AvroSerializerProvider - Interface in com.azure.core.experimental.serializer
An interface to be implemented by any azure-core plugin that wishes to provide an Avro AvroSerializer implementation.
AvroSerializerProviders - Class in com.azure.core.experimental.serializer
Service Provider Interface (SPI) proxy for AvroSerializerProvider.

B

BOOLEAN - Enum constant in enum com.azure.json.JsonToken
Boolean false, literal false.
bufferObject() - Method in class com.azure.json.JsonReader
Reads and returns the current JSON object the JsonReader is pointing to.

C

clear() - Method in interface com.azure.core.experimental.serializer.JsonArray
Clears all values in the array.
close() - Method in class com.azure.json.JsonReader
Closes the JSON stream.
close() - Method in class com.azure.json.JsonWriter
Closes the JSON stream.
com.azure.core.experimental.http - package com.azure.core.experimental.http
Package containing the classes for sending HTTP requests and receiving HTTP responses for a low level client.
com.azure.core.experimental.serializer - package com.azure.core.experimental.serializer
Package containing experimental serializer interfaces.
com.azure.json - package com.azure.json
The Azure JSON library provides interfaces for stream-style JSON reading and writing.
COMPLETED - Enum constant in enum com.azure.json.JsonWriteState
JSON stream has completed.
COMPLETED - Static variable in class com.azure.json.JsonWriteContext
Final writing context.
createInstance(Object) - Method in interface com.azure.core.experimental.serializer.JsonNodeProvider
Creates a JsonNode from the passed value.
createInstance(String) - Method in interface com.azure.core.experimental.serializer.AvroSerializerProvider
Creates a new AvroSerializer tied to the given schema.
createInstance(String) - Static method in class com.azure.core.experimental.serializer.AvroSerializerProviders
Creates an Avro serializer instance based using the first AvroSerializerProvider found on the classpath.
createReader(byte[]) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a byte[].
createReader(byte[], JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonReader that reads a byte[].
createReader(byte[], JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a byte[].
createReader(InputStream) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a InputStream.
createReader(InputStream, JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonReader that reads a InputStream.
createReader(InputStream, JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a InputStream.
createReader(Reader) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a Reader.
createReader(Reader, JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonReader that reads a Reader.
createReader(Reader, JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a Reader.
createReader(String) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a String.
createReader(String, JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonReader that reads a String.
createReader(String, JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonReader that reads a String.
createWriter(OutputStream) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonWriter that writes to an OutputStream.
createWriter(OutputStream, JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonWriter that writes to an OutputStream.
createWriter(OutputStream, JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonWriter that writes to an OutputStream.
createWriter(Writer) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonWriter that writes to an Writer.
createWriter(Writer, JsonOptions) - Method in interface com.azure.json.JsonProvider
Creates an instance of JsonWriter that writes to an Writer.
createWriter(Writer, JsonOptions) - Static method in class com.azure.json.JsonProviders
Creates an instance of JsonWriter that writes to an Writer.
currentToken() - Method in class com.azure.json.JsonReader
Gets the JsonToken that the reader currently points.

D

deserialize(InputStream, TypeReference<T>) - Method in interface com.azure.core.experimental.serializer.AvroSerializer
Reads an Avro stream into its object representation.
deserializeAsync(InputStream, TypeReference<T>) - Method in interface com.azure.core.experimental.serializer.AvroSerializer
Reads an Avro stream into its object representation.
deserializeFromBytes(byte[], TypeReference<T>) - Method in interface com.azure.core.experimental.serializer.AvroSerializer
Reads an Avro byte array into its object representation.
deserializeFromBytesAsync(byte[], TypeReference<T>) - Method in interface com.azure.core.experimental.serializer.AvroSerializer
Reads an Avro byte array into its object representation.
deserializeTree(JsonNode, TypeReference<T>) - Method in interface com.azure.core.experimental.serializer.JsonSerializer
Reads a JSON tree into its object representation.
deserializeTreeAsync(JsonNode, TypeReference<T>) - Method in interface com.azure.core.experimental.serializer.JsonSerializer
Reads a JSON tree into its object representation.
DynamicRequest - Class in com.azure.core.experimental.http
This class facilitates constructing and sending a HTTP request.
DynamicRequest(ObjectSerializer, HttpPipeline) - Constructor for class com.azure.core.experimental.http.DynamicRequest
Creates an instance of the Dynamic request.
DynamicResponse - Class in com.azure.core.experimental.http
A response received from sending a DynamicRequest.
DynamicResponse(HttpResponse, BinaryData) - Constructor for class com.azure.core.experimental.http.DynamicResponse
Creates an instance of the DynamicResponse.

E

elements() - Method in interface com.azure.core.experimental.serializer.JsonArray
A Stream that iterates all elements in the array.
END_ARRAY - Enum constant in enum com.azure.json.JsonToken
End of a JSON array, ']'.
END_DOCUMENT - Enum constant in enum com.azure.json.JsonToken
JSON document has completed.
END_OBJECT - Enum constant in enum com.azure.json.JsonToken
End of a JSON object, '}'.

F

FIELD - Enum constant in enum com.azure.json.JsonWriteState
In a JSON field.
FIELD_NAME - Enum constant in enum com.azure.json.JsonToken
Name of a JSON property.
fieldNames() - Method in interface com.azure.core.experimental.serializer.JsonObject
A Stream iterating over all field names in the object.
fields() - Method in interface com.azure.core.experimental.serializer.JsonObject
A Stream iterating over all fields in the object.
flush() - Method in class com.azure.json.JsonWriter
Flushes any un-flushed content written to this writer.
fromJson(JsonReader) - Static method in interface com.azure.json.JsonSerializable
Reads a JSON stream into an object.

G

get(int) - Method in interface com.azure.core.experimental.serializer.JsonArray
Gets the JsonNode at the given index of the array.
get(String) - Method in interface com.azure.core.experimental.serializer.JsonObject
Gets the JsonNode field with the specified name in the object.
getAsBoolean() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
Gets the boolean value of the JsonPrimitive.
getAsDouble() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
Gets the double value of the JsonPrimitive.
getAsFloat() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
Gets the float value of the JsonPrimitive.
getAsInt() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
Gets the int value of the JsonPrimitive.
getAsLong() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
Gets the long value of the JsonPrimitive.
getAsShort() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
Gets the short value of the JsonPrimitive.
getAsString() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
Gets the String value of the JsonPrimitive.
getBinary() - Method in class com.azure.json.JsonReader
Gets the binary value if the reader is currently pointing to a JsonToken.STRING token.
getBody() - Method in class com.azure.core.experimental.http.DynamicResponse
Returns the HTTP response body represented as a BinaryData.
getBoolean() - Method in class com.azure.json.JsonReader
Gets the boolean value if the reader is currently pointing to a JsonToken.BOOLEAN token.
getDouble() - Method in class com.azure.json.JsonReader
Gets the double value if the reader is currently pointing to a JsonToken.NUMBER or JsonToken.STRING.
getFieldName() - Method in class com.azure.json.JsonReader
Gets the field name if the reader is currently pointing to a JsonToken.FIELD_NAME.
getFloat() - Method in class com.azure.json.JsonReader
Gets the float value if the reader is currently pointing to a JsonToken.NUMBER or JsonToken.STRING.
getHeaders() - Method in class com.azure.core.experimental.http.DynamicResponse
Returns the HTTP headers of the response.
getHttpPipeline() - Method in class com.azure.core.experimental.http.DynamicRequest
Returns the HttpPipeline used for sending this request.
getInt() - Method in class com.azure.json.JsonReader
Gets the int value if the reader is currently pointing to a JsonToken.NUMBER or JsonToken.STRING.
getLong() - Method in class com.azure.json.JsonReader
Gets the long value if the reader is currently pointing to a JsonToken.NUMBER or JsonToken.STRING.
getNullable(ReadValueCallback<JsonReader, T>) - Method in class com.azure.json.JsonReader
Convenience method to read a nullable type.
getObjectSerializer() - Method in class com.azure.core.experimental.http.DynamicRequest
Returns the ObjectSerializer used for serializing this request.
getParent() - Method in class com.azure.json.JsonWriteContext
Gets the parent JsonWriteContext.
getRequest() - Method in class com.azure.core.experimental.http.DynamicResponse
Returns the original HTTP request sent to the service.
getSchema(Object) - Method in interface com.azure.core.experimental.serializer.AvroSerializerProvider
Returns the Avro schema for specified object.
getSchema(Object) - Static method in class com.azure.core.experimental.serializer.AvroSerializerProviders
Returns the Avro schema for specified object.
getSchemaName(Object) - Method in interface com.azure.core.experimental.serializer.AvroSerializerProvider
Returns the Avro schema for specified object.
getSchemaName(Object) - Static method in class com.azure.core.experimental.serializer.AvroSerializerProviders
Returns the Avro schema for specified object.
getStatusCode() - Method in class com.azure.core.experimental.http.DynamicResponse
Returns the HTTP status code of the response.
getString() - Method in class com.azure.json.JsonReader
Gets the String value if the reader is currently pointing to a JsonToken.BOOLEAN, JsonToken.NULL, JsonToken.NUMBER, or JsonToken.STRING.
getText() - Method in class com.azure.json.JsonReader
Gets the text value for the JsonReader.currentToken().
getWriteContext() - Method in class com.azure.json.JsonWriter
Gets the current writing context for the JSON object.
getWriteState() - Method in class com.azure.json.JsonWriteContext
Gets the JsonWriteState associated to the writing context.

H

has(int) - Method in interface com.azure.core.experimental.serializer.JsonArray
Determines if the array contains a value for the given index.
has(String) - Method in interface com.azure.core.experimental.serializer.JsonObject
Returns whether the object has a value for the specified field.

I

isArray() - Method in interface com.azure.core.experimental.serializer.JsonArray
 
isArray() - Method in interface com.azure.core.experimental.serializer.JsonNode
Indicates whether this JsonNode is an instance of JsonArray ([]).
isBoolean() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
Indicates whether the JsonPrimitive represents a boolean (true, false).
isEndArrayOrObject() - Method in class com.azure.json.JsonReader
isNonNumericNumbersSupported() - Method in class com.azure.json.JsonOptions
Whether non-numeric numbers such as NaN and INF and -INF are supported.
isNull() - Method in interface com.azure.core.experimental.serializer.JsonNode
Indicates whether this JsonNode is an instance of JsonNull (null).
isNull() - Method in interface com.azure.core.experimental.serializer.JsonNull
 
isNumber() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
Indicates whether the JsonPrimitive represents a number (10, 10.0).
isObject() - Method in interface com.azure.core.experimental.serializer.JsonNode
Indicates whether this JsonNode is an instance of JsonObject ({}).
isObject() - Method in interface com.azure.core.experimental.serializer.JsonObject
 
isResetSupported() - Method in class com.azure.json.JsonReader
Indicates whether the JsonReader supports resetting.
isStartArrayOrObject() - Method in class com.azure.json.JsonReader
isString() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
Indicates whether the JsonPrimitive represents a string ("string").
isValue() - Method in interface com.azure.core.experimental.serializer.JsonNode
Indicates whether this JsonNode is an instance of JsonPrimitive ("string", 0, false, true).
isValue() - Method in interface com.azure.core.experimental.serializer.JsonPrimitive
 

J

JsonArray - Interface in com.azure.core.experimental.serializer
Interface that represents a JSON array.
JsonNode - Interface in com.azure.core.experimental.serializer
Interfaces that represents a JSON node.
JsonNodeProvider - Interface in com.azure.core.experimental.serializer
Interface to be implemented by an azure-core plugin that wishes to provide a JsonNode implementation.
JsonNull - Interface in com.azure.core.experimental.serializer
Interface that represents a JSON null.
JsonObject - Interface in com.azure.core.experimental.serializer
Interface that represents a JSON object.
JsonOptions - Class in com.azure.json
Contains configuration options for creating a JsonReader or JsonWriter.
JsonOptions() - Constructor for class com.azure.json.JsonOptions
Creates an instance of JsonOptions.
JsonPrimitive - Interface in com.azure.core.experimental.serializer
Interface that represents a JSON value.
JsonProvider - Interface in com.azure.json
An interface to be implemented by any azure-json plugin that wishes to provide an alternate JsonReader or JsonWriter implementation.
JsonProviders - Class in com.azure.json
Utility class for JsonProvider that will use the implementation of JsonProvider found on the classpath to create instances of JsonReader or JsonWriter.
JsonReader - Class in com.azure.json
Reads a JSON value as a stream of tokens.
JsonReader() - Constructor for class com.azure.json.JsonReader
Creates an instance of JsonReader.
JsonSerializable<T extends JsonSerializable<T>> - Interface in com.azure.json
Indicates that the implementing class can be serialized to and deserialized from JSON.
JsonSerializer - Interface in com.azure.core.experimental.serializer
Generic interface covering basic JSON serialization and deserialization methods.
JsonToken - Enum in com.azure.json
Token types used when reading JSON content.
JsonWriteContext - Class in com.azure.json
Context of JSON handling.
JsonWriter - Class in com.azure.json
Writes a JSON value as a stream of tokens.
JsonWriter() - Constructor for class com.azure.json.JsonWriter
Creates an instance of JsonWriter.
JsonWriteState - Enum in com.azure.json
Writing context of the JSON stream.

N

nextToken() - Method in class com.azure.json.JsonReader
Iterates to and returns the next JsonToken in the JSON encoded value.
NULL - Enum constant in enum com.azure.json.JsonToken
Null, literal null.
NUMBER - Enum constant in enum com.azure.json.JsonToken
Number.

O

OBJECT - Enum constant in enum com.azure.json.JsonWriteState
In a JSON object.

P

put(String, JsonNode) - Method in interface com.azure.core.experimental.serializer.JsonObject
Puts a JsonNode field with the specified name into the object.

R

read(T) - Method in interface com.azure.json.ReadValueCallback
Applies the read callback to the input.
readArray(ReadValueCallback<JsonReader, T>) - Method in class com.azure.json.JsonReader
Reads a JSON array.
readChildren() - Method in class com.azure.json.JsonReader
Recursively reads the JSON token sub-stream if the current token is either JsonToken.START_ARRAY or JsonToken.START_OBJECT.
readChildren(StringBuilder) - Method in class com.azure.json.JsonReader
Recursively reads the JSON token sub-stream if the current token is either JsonToken.START_ARRAY or JsonToken.START_OBJECT into the passed StringBuilder.
readMap(ReadValueCallback<JsonReader, T>) - Method in class com.azure.json.JsonReader
Reads a JSON map.
readObject(ReadValueCallback<JsonReader, T>) - Method in class com.azure.json.JsonReader
Reads a JSON object.
readRemainingFieldsAsJsonObject() - Method in class com.azure.json.JsonReader
Reads the remaining fields in the current JSON object as a JSON object.
readRemainingFieldsAsJsonObject(StringBuilder) - Method in class com.azure.json.JsonReader
Reads the remaining fields in the current JSON object as a JSON object.
readUntyped() - Method in class com.azure.json.JsonReader
Reads an untyped object.
ReadValueCallback<T,R> - Interface in com.azure.json
A callback used when reading a JSON value, such as JsonReader.readArray(ReadValueCallback).
remove(int) - Method in interface com.azure.core.experimental.serializer.JsonArray
Removes the JsonNode at the specified index of the array.
remove(String) - Method in interface com.azure.core.experimental.serializer.JsonObject
Removes the JsonNode with the specified name from the object.
reset() - Method in class com.azure.json.JsonReader
Creates a new JsonReader reset to the beginning of the JSON stream.
ROOT - Enum constant in enum com.azure.json.JsonWriteState
Root of the JSON stream.
ROOT - Static variable in class com.azure.json.JsonWriteContext
Initial writing context.

S

send() - Method in class com.azure.core.experimental.http.DynamicRequest
Sends the request through the HTTP pipeline synchronously.
send(Context) - Method in class com.azure.core.experimental.http.DynamicRequest
Sends the request through the HTTP pipeline synchronously.
sendAsync() - Method in class com.azure.core.experimental.http.DynamicRequest
Sends the request through the HTTP pipeline asynchronously.
serialize(OutputStream, Object) - Method in interface com.azure.core.experimental.serializer.AvroSerializer
Writes an object's Avro representation into a stream.
serializeAsync(OutputStream, Object) - Method in interface com.azure.core.experimental.serializer.AvroSerializer
Writes an object's Avro representation into a stream.
serializeToBytes(Object) - Method in interface com.azure.core.experimental.serializer.AvroSerializer
Converts the object into an Avro byte array.
serializeToBytesAsync(Object) - Method in interface com.azure.core.experimental.serializer.AvroSerializer
Converts the object into a Avro byte array.
serializeTree(OutputStream, JsonNode) - Method in interface com.azure.core.experimental.serializer.JsonSerializer
Writes a JSON tree into a stream.
serializeTreeAsync(OutputStream, JsonNode) - Method in interface com.azure.core.experimental.serializer.JsonSerializer
Writes a JSON tree into a stream.
set(int, JsonNode) - Method in interface com.azure.core.experimental.serializer.JsonArray
Replaces the JsonNode at the specified index with a new node.
set(String, JsonNode) - Method in interface com.azure.core.experimental.serializer.JsonObject
Sets the JsonNode field with the specified name with a new node value.
setBody(Object) - Method in class com.azure.core.experimental.http.DynamicRequest
Sets the body on the HTTP request.
setBody(String) - Method in class com.azure.core.experimental.http.DynamicRequest
Sets the string representation of the request body.
setHeaders(HttpHeaders) - Method in class com.azure.core.experimental.http.DynamicRequest
Sets the headers on the HTTP request.
setHttpMethod(HttpMethod) - Method in class com.azure.core.experimental.http.DynamicRequest
Sets the HTTP method for this request.
setNonNumericNumbersSupported(boolean) - Method in class com.azure.json.JsonOptions
Sets whether non-numeric numbers such as NaN and INF and -INF are supported.
setPathParam(String, String) - Method in class com.azure.core.experimental.http.DynamicRequest
Sets the value for a specific path parameter in the URL.
setUrl(String) - Method in class com.azure.core.experimental.http.DynamicRequest
Sets the URL for the HTTP request.
size() - Method in interface com.azure.core.experimental.serializer.JsonArray
Gets the size of the array.
skipChildren() - Method in class com.azure.json.JsonReader
Recursively skips the JSON token sub-stream if the current token is either JsonToken.START_ARRAY or JsonToken.START_OBJECT.
START_ARRAY - Enum constant in enum com.azure.json.JsonToken
Start of a JSON array, '['.
START_OBJECT - Enum constant in enum com.azure.json.JsonToken
Start of a JSON object, '{'.
STRING - Enum constant in enum com.azure.json.JsonToken
String, in value context.

T

toJson(JsonWriter) - Method in interface com.azure.json.JsonSerializable
Writes the object to the passed JsonWriter.
toTree(InputStream) - Method in interface com.azure.core.experimental.serializer.JsonSerializer
Reads a JSON stream into its JSON tree representation.
toTree(Object) - Method in interface com.azure.core.experimental.serializer.JsonSerializer
Writes an object into its JSON tree representation.
toTreeAsync(InputStream) - Method in interface com.azure.core.experimental.serializer.JsonSerializer
Reads a JSON stream into its JSON tree representation.
toTreeAsync(Object) - Method in interface com.azure.core.experimental.serializer.JsonSerializer
Writes an object into its JSON tree representation.

U

updateContext(JsonToken) - Method in class com.azure.json.JsonWriteContext
Updates the context based on the JsonToken that was written.

V

validateToken(JsonToken) - Method in class com.azure.json.JsonWriteContext
Determines whether the JsonToken is allowed to be written based on the JsonWriteState.
valueOf(String) - Static method in enum com.azure.json.JsonToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.json.JsonWriteState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.json.JsonToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.json.JsonWriteState
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(T, U) - Method in interface com.azure.json.WriteValueCallback
Applies the write callback to input1 and input2.
writeArray(Iterable<T>, WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON array.
writeArray(T[], WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON array.
writeArrayField(String, Iterable<T>, WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON array field.
writeArrayField(String, T[], WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON array field.
writeBinary(byte[]) - Method in class com.azure.json.JsonWriter
Writes a JSON binary value.
writeBinaryField(String, byte[]) - Method in class com.azure.json.JsonWriter
Writes a JSON binary field.
writeBoolean(boolean) - Method in class com.azure.json.JsonWriter
Writes a JSON boolean value (true or false).
writeBoolean(Boolean) - Method in class com.azure.json.JsonWriter
Writes a nullable JSON boolean value (true, false, or null).
writeBooleanField(String, boolean) - Method in class com.azure.json.JsonWriter
Writes a JSON boolean field.
writeBooleanField(String, Boolean) - Method in class com.azure.json.JsonWriter
Writes a nullable JSON boolean field.
writeDouble(double) - Method in class com.azure.json.JsonWriter
Writes a JSON double value.
writeDoubleField(String, double) - Method in class com.azure.json.JsonWriter
Writes a JSON double field.
writeEndArray() - Method in class com.azure.json.JsonWriter
Writes a JSON end array (]).
writeEndObject() - Method in class com.azure.json.JsonWriter
Writes a JSON end object (&#125;).
writeFieldName(String) - Method in class com.azure.json.JsonWriter
Writes a JSON field name ("fieldName":).
writeFloat(float) - Method in class com.azure.json.JsonWriter
Writes a JSON float value.
writeFloatField(String, float) - Method in class com.azure.json.JsonWriter
Writes a JSON float field.
writeInt(int) - Method in class com.azure.json.JsonWriter
Writes a JSON int value.
writeIntField(String, int) - Method in class com.azure.json.JsonWriter
Writes a JSON int field.
writeJson(JsonSerializable<?>) - Method in class com.azure.json.JsonWriter
Writes a JsonSerializable object.
writeJsonField(String, JsonSerializable<?>) - Method in class com.azure.json.JsonWriter
Writes a JsonSerializable field.
writeLong(long) - Method in class com.azure.json.JsonWriter
Writes a JSON long value.
writeLongField(String, long) - Method in class com.azure.json.JsonWriter
Writes a JSON long field.
writeMap(Map<String, T>, WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON map.
writeMapField(String, Map<String, T>, WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a JSON map field.
writeNull() - Method in class com.azure.json.JsonWriter
Writes a JSON null.
writeNullableField(String, T, WriteValueCallback<JsonWriter, T>) - Method in class com.azure.json.JsonWriter
Writes a nullable JSON field.
writeNullField(String) - Method in class com.azure.json.JsonWriter
Writes a JSON null field ("fieldName":null).
writeNumber(Number) - Method in class com.azure.json.JsonWriter
Writes a nullable JSON number value.
writeNumberField(String, Number) - Method in class com.azure.json.JsonWriter
Writes a nullable JSON number field.
writeRawField(String, String) - Method in class com.azure.json.JsonWriter
Writes the passed field literally without any additional handling.
writeRawValue(String) - Method in class com.azure.json.JsonWriter
Writes the passed value literally without any additional handling.
writeStartArray() - Method in class com.azure.json.JsonWriter
Writes a JSON start array ([).
writeStartArray(String) - Method in class com.azure.json.JsonWriter
Writes a JSON start array ([) with a preceding field name.
writeStartObject() - Method in class com.azure.json.JsonWriter
Writes a JSON start object (&#123;).
writeStartObject(String) - Method in class com.azure.json.JsonWriter
Writes a JSON start object (&#123;) with a preceding field name.
writeString(String) - Method in class com.azure.json.JsonWriter
Writes a JSON String value.
writeStringField(String, String) - Method in class com.azure.json.JsonWriter
Writes a JSON String field.
writeUntyped(Object) - Method in class com.azure.json.JsonWriter
Writes the unknown type value.
writeUntypedField(String, Object) - Method in class com.azure.json.JsonWriter
Writes the unknown type value field.
WriteValueCallback<T,U> - Interface in com.azure.json
A callback used when writing a JSON value, such as JsonWriter.writeArray(Object[], WriteValueCallback).
A B C D E F G H I J N O P R S T U V W 
All Classes and Interfaces|All Packages