scalapb_circe

package scalapb_circe

Members list

Type members

Classlikes

object AnyFormat

Attributes

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

Attributes

Source
JsonFormat.scala
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
Supertypes
class Object
trait Matchable
class Any
case object ScalapbCirceBuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Source
ScalapbCirceBuildInfo.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
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
Supertypes
class Object
trait Matchable
class Any
Self type
codec.type