-
- All Implemented Interfaces:
-
io.outfoxx.sunday.mediatypes.codecs.MediaTypeDecoder,io.outfoxx.sunday.mediatypes.codecs.StructuredMediaTypeDecoder
public final class CBORDecoder extends ObjectMapperDecoder
Decodes binary CBOR data into Java/Kotlin types using Jackson.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCBORDecoder.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description CBORDecoder(CBORMapper cborMapper)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.outfoxx.sunday.mediatypes.codecs.ObjectMapperDecoder
decode, decode, getObjectMapper -
Methods inherited from class kotlin.Any
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-