Interface PostDataProvider<T>

    • Method Detail

      • getRawData

        T getRawData()
        Get modifiable raw data.
        The given data should be modifiable.
        Returns:
      • getData

        byte[] getData()
        Get the data
        Returns:
      • getContentType

        java.lang.String getContentType()
        Get the content type of the data
        Returns: