Class ProtobufFieldType<V,M>

java.lang.Object
swim.protobuf.schema.ProtobufFieldType<V,M>

public abstract class ProtobufFieldType<V,M> extends Object
  • Constructor Details

    • ProtobufFieldType

      public ProtobufFieldType()
  • Method Details

    • fieldNumber

      public abstract long fieldNumber()
    • valueType

      public abstract ProtobufType<? extends V> valueType()
    • updated

      public abstract M updated(M message, V value)
    • packedType

      public abstract ProtobufFieldType<?,M> packedType()