Package swim.decipher

Class Decipher


  • public final class Decipher
    extends Object
    Factory for constructing format-detecting parsers and decoders.
    • 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()