- java.lang.Object
-
- swim.decipher.DecipherParser<swim.structure.Item,swim.structure.Value>
-
- swim.decipher.DecipherModelParser
-
public class DecipherModelParser extends DecipherParser<swim.structure.Item,swim.structure.Value>
-
-
Constructor Summary
Constructors Constructor Description DecipherModelParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description swim.codec.Parser<swim.structure.Value>parseJson(swim.codec.Input input)swim.codec.Parser<swim.structure.Value>parseRecon(swim.codec.Input input)swim.codec.Parser<swim.structure.Value>parseXml(swim.codec.Input input)-
Methods inherited from class swim.decipher.DecipherParser
anyParser, parseAny, parseAnyString
-
-
-
-
Method Detail
-
parseXml
public swim.codec.Parser<swim.structure.Value> parseXml(swim.codec.Input input)
- Specified by:
parseXmlin classDecipherParser<swim.structure.Item,swim.structure.Value>
-
parseJson
public swim.codec.Parser<swim.structure.Value> parseJson(swim.codec.Input input)
- Specified by:
parseJsonin classDecipherParser<swim.structure.Item,swim.structure.Value>
-
parseRecon
public swim.codec.Parser<swim.structure.Value> parseRecon(swim.codec.Input input)
- Specified by:
parseReconin classDecipherParser<swim.structure.Item,swim.structure.Value>
-
-