Interface CborDecoder<T>

    • Method Detail

      • decodeFromCbor

        T decodeFromCbor​(com.fasterxml.jackson.dataformat.cbor.CBORParser cborParser)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception