Package swim.decipher

Class Decipher


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