- 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 swim.structure.Valueparse(String any)static swim.codec.Parser<swim.structure.Value>parser()static DecipherDecoder<swim.structure.Item,swim.structure.Value>structureDecoder()static DecipherParser<swim.structure.Item,swim.structure.Value>structureParser()
-
-
-
Method Detail
-
structureDecoder
public static DecipherDecoder<swim.structure.Item,swim.structure.Value> structureDecoder()
-
structureParser
public static DecipherParser<swim.structure.Item,swim.structure.Value> structureParser()
-
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()
-
-