java.lang.Object
org.neo4j.cypherdsl.parser.Options

@API(status=STABLE, since="2021.3.0") public final class Options extends Object
Provides arguments to the cypher parser. The options itself are thread safe and can be reused. The listener and modifications you provide are of course out of our control.
Since:
2021.3.0
Author:
Michael J. Simons
  • Method Details

    • defaultOptions

      public static Options defaultOptions()
      Returns:
      the default options
    • newOptions

      public static Options.Builder newOptions()
      Use this method to start defining new options for a parser.
      Returns:
      A builder for new options.