All Classes and Interfaces
Class
Description
Builder to configure and build an instance of the azure-core
HttpClient type using the JDK HttpClient APIs,
first introduced as preview in JDK 9, but made generally available from JDK 11 onwards.An
HttpClientProvider that provides an implementation of HttpClient based on native JDK HttpClient.Contains configuration options for creating a
JsonReader or JsonWriter.An interface to be implemented by any azure-json plugin that wishes to provide an alternate
JsonReader or
JsonWriter implementation.Utility class for
JsonProvider that will use the implementation of JsonProvider found on the
classpath to create instances of JsonReader or JsonWriter.Reads a JSON value as a stream of tokens.
Indicates that the implementing class can be serialized to and deserialized from JSON.
Token types used when reading JSON content.
Context of JSON handling.
Writes a JSON value as a stream of tokens.
Writing context of the JSON stream.
A callback used when reading a JSON value, such as
JsonReader.readArray(ReadValueCallback).A callback used when writing a JSON value, such as
writeArray(Object[], WriteValueCallback).