Package

scalapb_json

Permalink

package scalapb_json

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. final class MemorizedFieldNameMap extends AnyRef

    Permalink

    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

    Permalink

    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

    Permalink
  2. object NameUtils

    Permalink
  3. object ScalapbJsonCommon

    Permalink
  4. object ScalapbJsonCommonBuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  5. object Timestamps

    Permalink
  6. object TypeRegistry extends Serializable

    Permalink
  7. object WellKnownTypes

    Permalink

Ungrouped