scalapb-argonaut
scalapb-argonaut
scalapb_argonaut
AnyFormat
EnumFormatter
FormatRegistry
Formatter
JsonFormat
Parser
Parser
Printer
Printer
ScalapbArgonautBuildInfo
StructFormat
scalapb-argonaut
/
scalapb_argonaut
/
StructFormat
StructFormat
object
StructFormat
Source:
StructFormat.scala
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
StructFormat
.type
Value members
Value members
Concrete methods
def
listValueParser
(
v:
JsonArray
):
ListValue
Source:
StructFormat.scala
def
listValueParser
(
v:
Json
):
ListValue
Source:
StructFormat.scala
def
listValueWriter
(
v:
ListValue
):
JsonArray
Source:
StructFormat.scala
def
nullValueParser
(
v:
Json
):
NullValue
Source:
StructFormat.scala
def
structParser
(
v:
JsonObject
):
Struct
Source:
StructFormat.scala
def
structParser
(
v:
Json
):
Struct
Source:
StructFormat.scala
def
structValueParser
(
v:
Json
):
Value
Source:
StructFormat.scala
def
structValueWriter
(
v:
Value
):
Json
Source:
StructFormat.scala
def
structWriter
(
v:
Struct
):
Json
Source:
StructFormat.scala