|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
EntityExchangeResult<Void> isEmpty() |
Consume the body and verify it is empty. |
MapBodySpec map(Class<?>, |
Extract the response body as a Map with the given key and value type. |
MapBodySpec map(ResolvableType, |
Variant of .map(Class, Class) for use with generic types. |
Added Methods | |
T extends S ) consumeWith(Consumer<B> ) |
Assert the extracted body with the given Consumer. |
T extends S ) isEqualTo(B ) |
Assert the extracted body is equal to the given value. |
EntityExchangeResult<B> returnResult() |
Return the exchange result with the decoded body. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |