scalapb_argonaut

Members list

Type members

Classlikes

object AnyFormat

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
JsonFormat.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JsonFormat

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
class
Source
JsonFormat.scala
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
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
object StructFormat

Attributes

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