- java.lang.Object
-
- swim.decipher.DecipherDecoder<Item,Value>
-
- swim.decipher.DecipherStructureDecoder
-
public class DecipherStructureDecoder extends DecipherDecoder<Item,Value>
-
-
Constructor Summary
Constructors Constructor Description DecipherStructureDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Output<Value>dataOutput()Parser<Value>jsonParser()Parser<Value>parseJson(Input input)Parser<Value>parseRecon(Input input)Parser<Value>parseXml(Input input)Parser<Value>reconParser()Output<Value>textOutput()Parser<Value>xmlParser()-
Methods inherited from class swim.decipher.DecipherDecoder
anyDecoder, decodeAny
-
-
-
-
Method Detail
-
xmlParser
public Parser<Value> xmlParser()
- Specified by:
xmlParserin classDecipherDecoder<Item,Value>
-
parseXml
public Parser<Value> parseXml(Input input)
- Specified by:
parseXmlin classDecipherDecoder<Item,Value>
-
jsonParser
public Parser<Value> jsonParser()
- Specified by:
jsonParserin classDecipherDecoder<Item,Value>
-
parseJson
public Parser<Value> parseJson(Input input)
- Specified by:
parseJsonin classDecipherDecoder<Item,Value>
-
reconParser
public Parser<Value> reconParser()
- Specified by:
reconParserin classDecipherDecoder<Item,Value>
-
parseRecon
public Parser<Value> parseRecon(Input input)
- Specified by:
parseReconin classDecipherDecoder<Item,Value>
-
textOutput
public Output<Value> textOutput()
- Specified by:
textOutputin classDecipherDecoder<Item,Value>
-
dataOutput
public Output<Value> dataOutput()
- Specified by:
dataOutputin classDecipherDecoder<Item,Value>
-
-