JsonBodyWritables

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

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

Implicits

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