Package play.libs.ws

Interface WSBodyWritables

  • All Superinterfaces:
    play.libs.ws.DefaultBodyWritables, play.libs.ws.JsonBodyWritables, play.libs.ws.XMLBodyWritables

    public interface WSBodyWritables
    extends play.libs.ws.DefaultBodyWritables, play.libs.ws.XMLBodyWritables, play.libs.ws.JsonBodyWritables
    JSON, XML and Multipart Form Data Writables used for Play-WS bodies.
    • Field Summary

      • Fields inherited from interface play.libs.ws.JsonBodyWritables

        instance
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default play.libs.ws.SourceBodyWritable multipartBody​(Source<? super Http.MultipartFormData.Part<Source<ByteString,​?>>,​?> body)  
      • Methods inherited from interface play.libs.ws.DefaultBodyWritables

        body, body, body, body, body, body, body, body, body, body
      • Methods inherited from interface play.libs.ws.JsonBodyWritables

        body, body
      • Methods inherited from interface play.libs.ws.XMLBodyWritables

        body