All Downloads are FREE. Search and download functionalities are using the official Maven repository.

play.libs.ws.WSBodyReadables Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. 
 */

package play.libs.ws;

/** JSON, XML and Multipart Form Data Readables used for Play-WS bodies. */
public interface WSBodyReadables extends DefaultBodyReadables, JsonBodyReadables, XMLBodyReadables {
  WSBodyReadables instance = new WSBodyReadables() {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy