Class MsgPackParser

All Implemented Interfaces:
AnnotationProvider, MsgPackMetaProvider
Direct Known Subclasses:
MsgPackParser.Base64, MsgPackParser.SpacedHex

public class MsgPackParser extends InputStreamParser implements MsgPackMetaProvider
Parses a MessagePack stream into a POJO model.
Media types
Handles Content-Type types: octal/msgpack
Notes:
  • This class is thread safe and reusable.
See Also: