java.lang.Object
swim.protobuf.schema.ProtobufType<T>
swim.protobuf.schema.ProtobufComplexType<T>
swim.protobuf.schema.ProtobufRepeatedType<E,M>
swim.protobuf.schema.ProtobufMapType<K,V,E,M>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Mabstract ProtobufMapEntryType<? extends K,? extends V, ? extends E> itemType()ProtobufType<? extends K>keyType()ProtobufType<? extends V>Methods inherited from class swim.protobuf.schema.ProtobufRepeatedType
wireType
-
Constructor Details
-
ProtobufMapType
public ProtobufMapType()
-
-
Method Details
-
itemType
- Specified by:
itemTypein classProtobufRepeatedType<E,M>
-
keyType
-
valueType
-
valueBuilder
- Specified by:
valueBuilderin classProtobufRepeatedType<E,M>
-
appended
- Specified by:
appendedin classProtobufRepeatedType<E,M>
-