- 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
Modifier and Type Method Description Output<Value>dataOutput()Decoder<Value>decodeProtobuf(InputBuffer input)Parser<Value>jsonParser()Parser<Value>parseJson(Input input)Parser<Value>parseRecon(Input input)Parser<Value>parseXml(Input input)Decoder<Value>protobufDecoder()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>
-
protobufDecoder
public Decoder<Value> protobufDecoder()
- Specified by:
protobufDecoderin classDecipherDecoder<Item,Value>
-
decodeProtobuf
public Decoder<Value> decodeProtobuf(InputBuffer input)
- Specified by:
decodeProtobufin 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>
-
-