Package 

Class CBORDecoder

  • 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 class CBORDecoder.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ObjectMapper objectMapper
    • Constructor Summary

      Constructors 
      Constructor Description
      CBORDecoder(CBORMapper cborMapper)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • CBORDecoder

        CBORDecoder(CBORMapper cborMapper)
    • Method Detail