See: Description
Interface | Description |
---|---|
BodyExtractor<T,M extends ReactiveHttpInputMessage> |
A function that can extract data from a
ReactiveHttpInputMessage body. |
BodyExtractor.Context |
Defines the context used during the extraction.
|
BodyInserter<T,M extends ReactiveHttpOutputMessage> |
A combination of functions that can populate a
ReactiveHttpOutputMessage body. |
BodyInserter.Context |
Defines the context used during the insertion.
|
BodyInserters.FormInserter<T> |
Extension of
BodyInserter that allows for adding form data or
multipart form data. |
BodyInserters.MultipartInserter |
Extension of
BodyInserters.FormInserter that allows for adding asynchronous parts. |
Class | Description |
---|---|
BodyExtractors |
Static factory methods for
BodyExtractor implementations. |
BodyInserters |
Static factory methods for
BodyInserter implementations. |
Exception | Description |
---|---|
UnsupportedMediaTypeException |
Exception thrown to indicate that a
Content-Type is not supported. |