public final class AzureStorageRetryOptionsConverter extends Object implements org.springframework.core.convert.converter.Converter<StorageRetry,com.azure.storage.common.policy.RequestRetryOptions>
StorageRetry to a RequestRetryOptions.| Modifier and Type | Field and Description |
|---|---|
static AzureStorageRetryOptionsConverter |
STORAGE_RETRY_CONVERTER |
| Constructor and Description |
|---|
AzureStorageRetryOptionsConverter() |
| Modifier and Type | Method and Description |
|---|---|
com.azure.storage.common.policy.RequestRetryOptions |
convert(StorageRetry storageRetry) |
public static final AzureStorageRetryOptionsConverter STORAGE_RETRY_CONVERTER
public com.azure.storage.common.policy.RequestRetryOptions convert(@NonNull
StorageRetry storageRetry)
convert in interface org.springframework.core.convert.converter.Converter<StorageRetry,com.azure.storage.common.policy.RequestRetryOptions>Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.