| Modifier and Type | Field and Description |
|---|---|
protected T |
typedResult
The
Response as the expected type |
protected String |
unprocessedResult
The response as JSON
|
protected StandardResponse |
untypedResult
The
Response as an unexpected type |
| Constructor and Description |
|---|
ResultProcessorResult(T typedResult,
StandardResponse untypedResult,
String unprocessedResult)
Creates a new instance using the specified parameters.
|
@Nullable protected final T extends Response typedResult
Response as the expected type@Nullable protected final StandardResponse untypedResult
Response as an unexpected typeCopyright © 2022. All rights reserved.