Interface PayloadReader

  • All Known Implementing Classes:
    PayloadReaderImpl

    public interface PayloadReader
    Strategy for reading a resource from a stream
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T extends Resource>
      T
      read​(java.lang.Class<T> resourceType, java.io.InputStream is)
      Read the resource of type T from the InputStream.