java.lang.Object
swim.protobuf.schema.ProtobufType<T>
swim.protobuf.schema.ProtobufComplexType<T>
swim.protobuf.schema.ProtobufMessageType<E,E>
swim.protobuf.schema.ProtobufMapEntryType<K,V,E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfield(ProtobufFieldType<?, E> field) getField(long fieldNumber) abstract ProtobufFieldType<? extends K,E> keyField()abstract ProtobufFieldType<? extends V,E> Methods inherited from class swim.protobuf.schema.ProtobufMessageType
cast, create, wireType
-
Constructor Details
-
ProtobufMapEntryType
public ProtobufMapEntryType()
-
-
Method Details
-
keyField
-
valueField
-
getField
- Specified by:
getFieldin classProtobufMessageType<E,E>
-
field
- Specified by:
fieldin classProtobufMessageType<E,E>
-