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