- java.lang.Object
-
- swim.decipher.DecipherDecoder<swim.structure.Item,swim.structure.Value>
-
- swim.decipher.DecipherModelDecoder
-
public class DecipherModelDecoder extends DecipherDecoder<swim.structure.Item,swim.structure.Value>
-
-
Constructor Summary
Constructors Constructor Description DecipherModelDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description swim.codec.Output<swim.structure.Value>dataOutput()swim.codec.Decoder<swim.structure.Value>decodeProtobuf(swim.codec.InputBuffer input)swim.codec.Parser<swim.structure.Value>jsonParser()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)swim.codec.Decoder<swim.structure.Value>protobufDecoder()swim.codec.Parser<swim.structure.Value>reconParser()swim.codec.Output<swim.structure.Value>textOutput()swim.codec.Parser<swim.structure.Value>xmlParser()-
Methods inherited from class swim.decipher.DecipherDecoder
anyDecoder, decodeAny
-
-
-
-
Method Detail
-
xmlParser
public swim.codec.Parser<swim.structure.Value> xmlParser()
- Specified by:
xmlParserin classDecipherDecoder<swim.structure.Item,swim.structure.Value>
-
parseXml
public swim.codec.Parser<swim.structure.Value> parseXml(swim.codec.Input input)
- Specified by:
parseXmlin classDecipherDecoder<swim.structure.Item,swim.structure.Value>
-
jsonParser
public swim.codec.Parser<swim.structure.Value> jsonParser()
- Specified by:
jsonParserin classDecipherDecoder<swim.structure.Item,swim.structure.Value>
-
parseJson
public swim.codec.Parser<swim.structure.Value> parseJson(swim.codec.Input input)
- Specified by:
parseJsonin classDecipherDecoder<swim.structure.Item,swim.structure.Value>
-
reconParser
public swim.codec.Parser<swim.structure.Value> reconParser()
- Specified by:
reconParserin classDecipherDecoder<swim.structure.Item,swim.structure.Value>
-
parseRecon
public swim.codec.Parser<swim.structure.Value> parseRecon(swim.codec.Input input)
- Specified by:
parseReconin classDecipherDecoder<swim.structure.Item,swim.structure.Value>
-
protobufDecoder
public swim.codec.Decoder<swim.structure.Value> protobufDecoder()
- Specified by:
protobufDecoderin classDecipherDecoder<swim.structure.Item,swim.structure.Value>
-
decodeProtobuf
public swim.codec.Decoder<swim.structure.Value> decodeProtobuf(swim.codec.InputBuffer input)
- Specified by:
decodeProtobufin classDecipherDecoder<swim.structure.Item,swim.structure.Value>
-
textOutput
public swim.codec.Output<swim.structure.Value> textOutput()
- Specified by:
textOutputin classDecipherDecoder<swim.structure.Item,swim.structure.Value>
-
dataOutput
public swim.codec.Output<swim.structure.Value> dataOutput()
- Specified by:
dataOutputin classDecipherDecoder<swim.structure.Item,swim.structure.Value>
-
-