- java.lang.Object
-
- swim.protobuf.schema.ProtobufFieldType<V,M>
-
public abstract class ProtobufFieldType<V,M> extends Object
-
-
Constructor Summary
Constructors Constructor Description ProtobufFieldType()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract long
fieldNumber()
abstract ProtobufFieldType<?,M>
packedType()
abstract M
updated(M message, V value)
abstract ProtobufType<? extends V>
valueType()
-
-
-
Method Detail
-
fieldNumber
public abstract long fieldNumber()
-
valueType
public abstract ProtobufType<? extends V> valueType()
-
packedType
public abstract ProtobufFieldType<?,M> packedType()
-
-