- java.lang.Object
-
- swim.decipher.Decipher
-
public final class Decipher extends Object
Factory for constructing format-detecting parsers and decoders.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static swim.codec.Decoder<swim.structure.Value>decoder()static DecipherDecoder<swim.structure.Item,swim.structure.Value>modelDecoder()static DecipherParser<swim.structure.Item,swim.structure.Value>modelParser()static swim.structure.Valueparse(String any)static swim.codec.Parser<swim.structure.Value>parser()
-
-
-
Method Detail
-
modelDecoder
public static DecipherDecoder<swim.structure.Item,swim.structure.Value> modelDecoder()
-
modelParser
public static DecipherParser<swim.structure.Item,swim.structure.Value> modelParser()
-
parse
public static swim.structure.Value parse(String any)
-
parser
public static swim.codec.Parser<swim.structure.Value> parser()
-
decoder
public static swim.codec.Decoder<swim.structure.Value> decoder()
-
-