public interface ExchangeStrategies
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExchangeStrategies.Builder
A mutable builder for creating an
ExchangeStrategies |
| Modifier and Type | Method and Description |
|---|---|
static ExchangeStrategies |
jackson(ObjectMapper mapper)
Return an
ExchangeStrategies using the defaults for processing JSON requests using
Jackson. |
List<ReaderStrategy<?>> |
readers()
Retrieve the list of reader strategies to convert a response body.
|
List<WriterStrategy<?>> |
writers()
Retrieve the list of writer strategies to convert a request body.
|
List<WriterStrategy<?>> writers()
List<ReaderStrategy<?>> readers()
static ExchangeStrategies jackson(ObjectMapper mapper)
ExchangeStrategies using the defaults for processing JSON requests using
Jackson.mapper - the Jackson object mapper