| Class | Description |
|---|---|
| AttributeParser |
This class contains functionality for parsing tags and attributes from string.
|
| ClientIdProvider |
A static class which contains methods to get current Client ID.
|
| MemoizingSupplier<T> |
Returns a supplier which caches the instance retrieved during the first call to get() and returns that value on subsequent calls to get().
|
| MimeTypeDetector |
Utility stuff to detect mime type of binary data
|
| ObjectUtils |
A class for auxiliary manipulations with objects.
|
| ParameterUtils |
A utility class for parameters read and processing.
|
| RetryWithDelay |
Retry with Delay and attempts limits
|
| SslUtils | |
| StatusEvaluation | |
| SubscriptionUtils | |
| TestCaseIdUtils |
A static class which contains methods to generate Test Case IDs and code references.
|
| Waiter |
The simplest waiter, just to not include a new dependency into the project.
|