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:
      • isEmpty

        boolean isEmpty()
        Checks whether this provider is empty or not.
        Returns:
        true if empty