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