JsonBodyWritables

play.api.libs.ws.JsonBodyWritables
See theJsonBodyWritables companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def body(objectMapper: ObjectMapper): BodyWritable[JsonNode]

Attributes

Inherited from:
JsonBodyWritables

Implicits

Inherited implicits

implicit val writeableOf_JsValue: BodyWritable[JsValue]

Creates an InMemoryBody with "application/json" content type, using the static ObjectMapper.

Creates an InMemoryBody with "application/json" content type, using the static ObjectMapper.

Attributes

Inherited from:
JsonBodyWritables