Documentation of 'us.bpsm.edn.parser.Parsers' Java class
Parsers
us.bpsm.edn.parser

Class Parsers

    • Method Detail

      • newParser

        public static Parser newParser(Parser.Config cfg)
        Return a Parser configured by the given Parser.Config.
        Parameters:
        cfg - The configuration of the Parser. Must not be null.
        Returns:
        a Parser, never null.
      • newParseable

        public static Parseable newParseable(java.lang.CharSequence cs)
        Create a new Parseable wrapping the given CharSequence.

        The Closeable.close() method of the resulting Parseable is a no-op.

        Returns:
        a Parseable, never null.
      • newParseable

        public static Parseable newParseable(java.lang.Readable r)
        Create a new Parseable wrapping the given Readable.

        The Closeable.close() method of the resulting Parseable closes the r if r is itself Closeable.

      • defaultConfiguration

        public static Parser.Config defaultConfiguration()
        Return the default configuration. This is equivalent to newParserConfigBuilder().build().
        Returns:
        a new Parser.Config, never null.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.