Package swim.decipher

Class DecipherModelDecoder


  • public class DecipherModelDecoder
    extends DecipherDecoder<swim.structure.Item,​swim.structure.Value>
    • Constructor Detail

      • DecipherModelDecoder

        public DecipherModelDecoder()
    • Method Detail

      • xmlParser

        public swim.codec.Parser<swim.structure.Value> xmlParser()
        Specified by:
        xmlParser in class DecipherDecoder<swim.structure.Item,​swim.structure.Value>
      • parseXml

        public swim.codec.Parser<swim.structure.Value> parseXml​(swim.codec.Input input)
        Specified by:
        parseXml in class DecipherDecoder<swim.structure.Item,​swim.structure.Value>
      • jsonParser

        public swim.codec.Parser<swim.structure.Value> jsonParser()
        Specified by:
        jsonParser in class DecipherDecoder<swim.structure.Item,​swim.structure.Value>
      • parseJson

        public swim.codec.Parser<swim.structure.Value> parseJson​(swim.codec.Input input)
        Specified by:
        parseJson in class DecipherDecoder<swim.structure.Item,​swim.structure.Value>
      • reconParser

        public swim.codec.Parser<swim.structure.Value> reconParser()
        Specified by:
        reconParser in class DecipherDecoder<swim.structure.Item,​swim.structure.Value>
      • parseRecon

        public swim.codec.Parser<swim.structure.Value> parseRecon​(swim.codec.Input input)
        Specified by:
        parseRecon in class DecipherDecoder<swim.structure.Item,​swim.structure.Value>
      • protobufDecoder

        public swim.codec.Decoder<swim.structure.Value> protobufDecoder()
        Specified by:
        protobufDecoder in class DecipherDecoder<swim.structure.Item,​swim.structure.Value>
      • decodeProtobuf

        public swim.codec.Decoder<swim.structure.Value> decodeProtobuf​(swim.codec.InputBuffer input)
        Specified by:
        decodeProtobuf in class DecipherDecoder<swim.structure.Item,​swim.structure.Value>
      • textOutput

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

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