| Interface | Description |
|---|---|
| BodyCapture<T> |
For capturing the body of a request.
|
| Class | Description |
|---|---|
| ByteBodyCapture |
Implementation of BodyCapture which just keeps the body as a byte array.
|
| JsonBodyCapture |
Implementation of BodyCapture which marshalls the body into a
JsonNode. |
| LatchBodyCapture<T> | |
| StringBodyCapture |
Implementation of BodyCapture which gives the body as a String.
|
Copyright © 2016. All Rights Reserved.