Package swim.decipher

Class DecipherModelParser


  • public class DecipherModelParser
    extends DecipherParser<swim.structure.Item,​swim.structure.Value>
    • Constructor Detail

      • DecipherModelParser

        public DecipherModelParser()
    • Method Detail

      • parseXml

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

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

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