Package | Description |
---|---|
com.microsoft.azure |
The package contains the runtime classes required for AutoRest generated
Azure clients to compile and function.
|
com.microsoft.azure.serializer |
The package contains classes that handle serialization and deserialization
for the REST call payloads in Azure.
|
com.microsoft.rest |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
com.microsoft.rest.protocol |
The package contains classes that interfaces defining the behaviors
of the necessary components of a Rest Client.
|
com.microsoft.rest.serializer |
The package contains classes that handle serialization and deserialization
for the REST call payloads.
|
Modifier and Type | Method and Description |
---|---|
static <T> PollingState<T> |
PollingState.create(retrofit2.Response<okhttp3.ResponseBody> response,
int defaultRetryTimeout,
Type resourceType,
SerializerAdapter<?> serializerAdapter)
Creates a polling state.
|
<T,E extends RestException> |
AzureResponseBuilder.Factory.newInstance(SerializerAdapter<?> serializerAdapter) |
Modifier and Type | Class and Description |
---|---|
class |
AzureJacksonAdapter
A serialization helper class overriding
JacksonAdapter with extra
functionality useful for Azure operations. |
Modifier and Type | Method and Description |
---|---|
SerializerAdapter<?> |
RestClient.serializerAdapter() |
SerializerAdapter<?> |
ServiceClient.serializerAdapter() |
Modifier and Type | Method and Description |
---|---|
<T,E extends RestException> |
ServiceResponseBuilder.Factory.newInstance(SerializerAdapter<?> serializerAdapter) |
RestClient.Builder |
RestClient.Builder.withSerializerAdapter(SerializerAdapter<?> serializerAdapter)
Sets the serialization adapter.
|
Modifier and Type | Method and Description |
---|---|
<T,E extends RestException> |
ResponseBuilder.Factory.newInstance(SerializerAdapter<?> serializerAdapter)
Returns a response builder instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonAdapter
A serialization helper class wrapped around
JacksonConverterFactory and ObjectMapper . |
Copyright © 2019. All rights reserved.