p

scalapb_json

package scalapb_json

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class JsonFormatException(msg: String, cause: Exception) extends Exception with Product with Serializable
  2. case class TypeRegistry(companions: Map[String, GenericCompanion] = Map.empty, filesSeen: Set[String] = Set.empty) extends Product with Serializable

    TypeRegistry is used to map the @type field in Any messages to a ScalaPB generated message.

    TypeRegistry is used to map the @type field in Any messages to a ScalaPB generated message.

    You need to

Value Members

  1. object Durations
  2. object NameUtils
  3. object ScalapbJsonCommon
  4. object ScalapbJsonCommonBuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  5. object Timestamps
  6. object TypeRegistry extends Serializable
  7. object WellKnownTypes

Ungrouped