c

scalapb_json

MemorizedFieldNameMap

final class MemorizedFieldNameMap extends AnyRef

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

Source
MemorizedFieldNameMap.scala
Note

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MemorizedFieldNameMap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MemorizedFieldNameMap()
  2. new MemorizedFieldNameMap(fieldNameMap: ConcurrentHashMap[Descriptor, Map[String, FieldDescriptor]])

Value Members

  1. val fieldNameMap: ConcurrentHashMap[Descriptor, Map[String, FieldDescriptor]]
  2. def get(descriptor: Descriptor): Map[String, FieldDescriptor]