- 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 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>
-
-