scalapb_argonaut

Members list

Concise view

Type members

Classlikes

object AnyFormat

Attributes

Source:
AnyFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class EnumFormatter[T](writer: (Printer, T) => Json, parser: (Parser, Json) => Option[T])

Attributes

Source:
EnumFormatter.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class FormatRegistry(messageFormatters: Map[Class[_], Formatter[_]], enumFormatters: Map[EnumDescriptor, EnumFormatter[EnumValueDescriptor]], registeredCompanions: Seq[GenericCompanion])

Attributes

Source:
JsonFormat.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Formatter[T](writer: (Printer, T) => Json, parser: (Parser, Json) => T)

Attributes

Source:
JsonFormat.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object JsonFormat

Attributes

Source:
JsonFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Parser

Attributes

Companion:
class
Source:
JsonFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Parser.type
class Parser

Attributes

Companion:
object
Source:
JsonFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
class Printer

Attributes

Companion:
object
Source:
JsonFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Printer

Attributes

Companion:
class
Source:
JsonFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Printer.type

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Source:
ScalapbArgonautBuildInfo.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Attributes

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