Class ProtobufFieldType<V,​M>


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

      • ProtobufFieldType

        public ProtobufFieldType()
    • Method Detail

      • fieldNumber

        public abstract long fieldNumber()
      • valueType

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

        public abstract M updated​(M message,
                                  V value)