java.lang.Object
org.neo4j.cypherdsl.parser.Options
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classUse this builder to create a new set of options.. -
Method Summary
Modifier and TypeMethodDescriptionstatic Optionsstatic Options.BuilderUse this method to start defining new options for a parser.
-
Method Details
-
defaultOptions
- Returns:
- the default options
-
newOptions
Use this method to start defining new options for a parser.- Returns:
- A builder for new options.
-