StructFormat

scalapb_playjson.StructFormat
object StructFormat

Attributes

Source
StructFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def jsObjectToStruct(obj: JsObject): Struct

Attributes

Source
StructFormat.scala
def listValueParser(v: JsValue): ListValue

Attributes

Source
StructFormat.scala
def listValueWriter(v: ListValue): JsArray

Attributes

Source
StructFormat.scala
def nullValueParser(v: JsValue): NullValue

Attributes

Source
StructFormat.scala
def nullValueWriter(v: NullValue): JsValue

Attributes

Source
StructFormat.scala
def structParser(v: JsValue): Struct

Attributes

Source
StructFormat.scala
def structValueParser(v: JsValue): Value

Attributes

Source
StructFormat.scala
def structValueWriter(v: Value): JsValue

Attributes

Source
StructFormat.scala
def structWriter(v: Struct): JsValue

Attributes

Source
StructFormat.scala