scalapb_json
package scalapb_json
Type members
Classlikes
final class MemorizedFieldNameMap(val fieldNameMap: ConcurrentHashMap[Descriptor, Map[String, FieldDescriptor]])
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
becauseTrieMap
is not available on scala-js
case object ScalapbJsonCommonBuildInfo
This object was generated by sbt-buildinfo.
This object was generated by sbt-buildinfo.
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
- Companion
- object