Interface JsonbJaxrsProvider.ReadImpl

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object doRead​(javax.json.bind.Jsonb jsonb, java.lang.reflect.Type type, java.io.InputStream entityStream)  
    • Method Detail

      • doRead

        java.lang.Object doRead​(javax.json.bind.Jsonb jsonb,
                                java.lang.reflect.Type type,
                                java.io.InputStream entityStream)
                         throws java.io.IOException
        Throws:
        java.io.IOException