Package swim.protobuf

Class ProtobufModelDecoder


  • public class ProtobufModelDecoder
    extends ProtobufDecoder<swim.structure.Item,​swim.structure.Value>
    • Constructor Detail

      • ProtobufModelDecoder

        public ProtobufModelDecoder()
    • Method Detail

      • item

        public swim.structure.Item item​(swim.structure.Value value)
        Specified by:
        item in class ProtobufDecoder<swim.structure.Item,​swim.structure.Value>
      • value

        public swim.structure.Value value​(swim.structure.Item item)
        Specified by:
        value in class ProtobufDecoder<swim.structure.Item,​swim.structure.Value>
      • field

        public swim.structure.Item field​(long key,
                                         swim.structure.Value value)
        Specified by:
        field in class ProtobufDecoder<swim.structure.Item,​swim.structure.Value>
      • uint

        public swim.structure.Value uint​(long value)
        Specified by:
        uint in class ProtobufDecoder<swim.structure.Item,​swim.structure.Value>
      • sint

        public swim.structure.Value sint​(long value)
        Specified by:
        sint in class ProtobufDecoder<swim.structure.Item,​swim.structure.Value>
      • fixed

        public swim.structure.Value fixed​(int value)
        Specified by:
        fixed in class ProtobufDecoder<swim.structure.Item,​swim.structure.Value>
      • fixed

        public swim.structure.Value fixed​(long value)
        Specified by:
        fixed in class ProtobufDecoder<swim.structure.Item,​swim.structure.Value>
      • messageBuilder

        public swim.util.Builder<swim.structure.Item,​swim.structure.Value> messageBuilder()
        Specified by:
        messageBuilder in class ProtobufDecoder<swim.structure.Item,​swim.structure.Value>
      • dataOutput

        public swim.codec.Output<swim.structure.Value> dataOutput()
        Specified by:
        dataOutput in class ProtobufDecoder<swim.structure.Item,​swim.structure.Value>
      • textOutput

        public swim.codec.Output<swim.structure.Value> textOutput()
        Specified by:
        textOutput in class ProtobufDecoder<swim.structure.Item,​swim.structure.Value>