Closed
Description
Many decoders extend AbstractDataBufferDecoder
that implements decodeToMono
by joining buffers and then delegating to sub-classes to decode a single DataBuffer
. All decoders should do that consistently.
Protobuf does not extend this class but practically does the same so it can be refactored. Jackson and Jaxb2 could be changed to do this too instead of asynchronous parsing.