| Interface | Description |
|---|---|
| CustomMappingJackson2HttpMessageConverter.HttpOutputMessageWrapper |
| Class | Description |
|---|---|
| CustomMappingJackson2HttpMessageConverter |
The CustomMappingJackson2HttpMessageConverter class...
|
| CustomMappingJackson2HttpMessageConverter.BufferingHttpOutputMessageWrapper | |
| CustomMappingJackson2HttpMessageConverter.ByteCountingOutputStream | |
| CustomMappingJackson2HttpMessageConverter.ContentLengthAccessibleHttpOutputMessageWrapper |
While sound idea in theory to "count the bytes as you stream/write", thus
preserving memory, this does not work in practice since the HTTP headers
must be written to the HTTP output stream response before the body!
|