Interface DecoderWrapper

    • Method Detail

      • decode

        <T> T decode​(java.lang.String textValue,
                     java.lang.Class<T> type)
              throws java.io.IOException
        Throws:
        java.io.IOException
      • decode

        <T> T decode​(java.io.InputStream inputStream,
                     java.lang.Class<T> type)
              throws java.io.IOException
        Throws:
        java.io.IOException