scalapb_circe

Members list

Concise view

Type members

Classlikes

object AnyFormat

Attributes

Source:
AnyFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class FormatRegistry(messageFormatters: Map[Class[_], Formatter[_]], enumFormatters: Map[EnumDescriptor, Formatter[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
class Parser(preservingProtoFieldNames: Boolean, mapEntriesAsKeyValuePairs: Boolean, formatRegistry: FormatRegistry, val typeRegistry: TypeRegistry)

Attributes

Source:
JsonFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
class Printer(includingDefaultValueFields: Boolean, preservingProtoFieldNames: Boolean, val formattingLongAsNumber: Boolean, formattingEnumsAsNumber: Boolean, formattingMapEntriesAsKeyValuePairs: Boolean, formatRegistry: FormatRegistry, val typeRegistry: TypeRegistry)

Attributes

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

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Source:
ScalapbCirceBuildInfo.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
object codec

Implicit circe Encoder and Decoders for scalapb's GeneratedMessage and GeneratedEnum classes.

Implicit circe Encoder and Decoders for scalapb's GeneratedMessage and GeneratedEnum classes.

Attributes

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