p

scalapb_json

package scalapb_json

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class JsonFormatException(msg: String, cause: Exception) extends Exception with Product with Serializable
  2. final class MemorizedFieldNameMap extends AnyRef

    Given a message descriptor, provides a map from field names to field descriptors.

    Given a message descriptor, provides a map from field names to field descriptors.

    Note

    use java ConcurrentHashMap because TrieMap is not available on scala-js

  3. 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. case 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