| Package | Description |
|---|---|
| com.microsoft.rest.v2 |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
| com.microsoft.rest.v2.http |
This package contains the HTTP abstractions between the AnnotationParser's RestProxy and whatever
HTTP client we choose to use.
|
| com.microsoft.rest.v2.protocol |
The package contains classes that interfaces defining the behaviors
of the necessary components of a Rest Client.
|
| com.microsoft.rest.v2.serializer |
The package contains classes that handle serialization and deserialization
for the REST call payloads.
|
| Class and Description |
|---|
| Base64Url
Simple wrapper over Base64Url encoded byte array used during serialization/deserialization.
|
| CollectionFormat
Swagger collection format to use for joining
List parameters in
paths, queries, and headers. |
Context
Context offers a means of passing arbitrary data (key/value pairs) to an HttpPipeline's
policy objects. |
| ExpandableStringEnum
Base implementation for expandable, single string enums.
|
| OperationDescription
This class contains the data from an originating operation
that can be used to resume the polling of the original operation.
|
| RestException
Exception thrown for an invalid response with custom error information.
|
| RestResponse
The response object that is a result of making a REST request.
|
| ServiceCallback
The callback used for client side asynchronous operations.
|
| ServiceClient
The base class for generated service clients.
|
| ServiceFuture
An instance of this class provides access to the underlying REST call invocation.
|
| SwaggerInterfaceParser
This class is responsible for creating individual Swagger interface method parsers from a Swagger
interface.
|
| SwaggerMethodParser
This class parses details of a specific Swagger REST API call from a provided Swagger interface
method.
|
| Class and Description |
|---|
Context
Context offers a means of passing arbitrary data (key/value pairs) to an HttpPipeline's
policy objects. |
| ExpandableStringEnum
Base implementation for expandable, single string enums.
|
| Class and Description |
|---|
| CollectionFormat
Swagger collection format to use for joining
List parameters in
paths, queries, and headers. |
| SwaggerMethodParser
This class parses details of a specific Swagger REST API call from a provided Swagger interface
method.
|
| Class and Description |
|---|
| Base64Url
Simple wrapper over Base64Url encoded byte array used during serialization/deserialization.
|
| CollectionFormat
Swagger collection format to use for joining
List parameters in
paths, queries, and headers. |
| DateTimeRfc1123
Simple wrapper over java.time.OffsetDateTime used for specifying RFC1123 format during serialization/deserialization.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/