StructFormat

scalapb_circe.StructFormat
object StructFormat

Attributes

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

Members list

Value members

Concrete methods

def listValueParser(json: Seq[Json]): ListValue

Attributes

Source
StructFormat.scala
def listValueParser(json: Json): ListValue

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
StructFormat.scala