- java.lang.Object
-
- swim.protobuf.ProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
- swim.protobuf.ProtobufModelDecoder
-
public class ProtobufModelDecoder extends ProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
-
Constructor Summary
Constructors Constructor Description ProtobufModelDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description swim.codec.Output<swim.structure.Value>dataOutput()swim.structure.Itemfield(long key, swim.structure.Value value)swim.structure.Valuefixed(int value)swim.structure.Valuefixed(long value)swim.structure.Itemitem(swim.structure.Value value)swim.util.Builder<swim.structure.Item,swim.structure.Value>messageBuilder()swim.structure.Valuesint(long value)swim.codec.Output<swim.structure.Value>textOutput()swim.structure.Valueuint(long value)swim.structure.Valuevalue(swim.structure.Item item)-
Methods inherited from class swim.protobuf.ProtobufDecoder
decodeData, decodeField, decodeFixed32, decodeFixed64, decodeMessage, decodeMessage, decodePacked, decodePayload, decodeSignedVarint, decodeSized, decodeSized, decodeText, decodeValue, decodeValue, decodeVarint, payloadDecoder
-
-
-
-
Method Detail
-
item
public swim.structure.Item item(swim.structure.Value value)
- Specified by:
itemin classProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
value
public swim.structure.Value value(swim.structure.Item item)
- Specified by:
valuein classProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
field
public swim.structure.Item field(long key, swim.structure.Value value)- Specified by:
fieldin classProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
uint
public swim.structure.Value uint(long value)
- Specified by:
uintin classProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
sint
public swim.structure.Value sint(long value)
- Specified by:
sintin classProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
fixed
public swim.structure.Value fixed(int value)
- Specified by:
fixedin classProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
fixed
public swim.structure.Value fixed(long value)
- Specified by:
fixedin classProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
messageBuilder
public swim.util.Builder<swim.structure.Item,swim.structure.Value> messageBuilder()
- Specified by:
messageBuilderin classProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
dataOutput
public swim.codec.Output<swim.structure.Value> dataOutput()
- Specified by:
dataOutputin classProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
textOutput
public swim.codec.Output<swim.structure.Value> textOutput()
- Specified by:
textOutputin classProtobufDecoder<swim.structure.Item,swim.structure.Value>
-
-