Required Instance Methodswift-protobuf 1.29.0SwiftProtobuf

visitMapField(fieldType:value:fieldNumber:)

Called for each map field with primitive values. The method is called once with the complete dictionary of keys/values for the field.

Visitor.swift:413
mutating func visitMapField<KeyType, ValueType>(fieldType: _ProtobufMap<KeyType, ValueType>.Type, value: _ProtobufMap<KeyType, ValueType>.BaseType, fieldNumber: Int) throws where KeyType : MapKeyType, ValueType : MapValueType

There is no default implementation. This must be implemented.