Class | Description |
---|---|
ReflectionUtils |
Various utility functions to simplify reflection use cases.
|
RefreshAuthTokenTransformingFuture<FROM,TO> | Deprecated
in favor of RefreshAuthTokenWrapper – versions after 1.25.1 do not use
RefreshAuthTokenTransformingFuture anymore
|
RefreshAuthTokenWrapper<REQUEST extends BmcRequest<?>,RESPONSE> |
Combined future and callbacks for asynchronous requests intended to work with some authenticated
calls, like instance principals.
|
RefreshAuthTokenWrappingAsyncHandler<REQUEST,RESPONSE> | Deprecated
in favor of RefreshAuthTokenWrapper – versions after 1.25.1 do not use
RefreshAuthTokenWrappingAsyncHandler anymore
|
TransformingFuture<FROM,TO> |
Future that both delegates to another one and provides the ability to transform the response to
another type.
|
Enum | Description |
---|---|
CollectionFormatType |
For list collections that we send in the query string, describes the different ways we can encode
it in the query string.
|
FileUtils |
Utilities for interacting with files.
|
NameUtils |
Utility functions related to naming
|
StringUtils |
String manipulation utilities.
|
Validate |
Argument validation.
|
Copyright © 2016–2023. All rights reserved.