Uses of Class
org.neo4j.cypherdsl.core.renderer.Configuration
-
Packages that use Configuration Package Description org.neo4j.cypherdsl.core.renderer A renderer forstatementsin the simplest form possible. -
-
Uses of Configuration in org.neo4j.cypherdsl.core.renderer
Methods in org.neo4j.cypherdsl.core.renderer that return Configuration Modifier and Type Method Description ConfigurationConfiguration.Builder. build()static ConfigurationConfiguration. defaultConfig()Cypher is not pretty printed by default.static ConfigurationConfiguration. prettyPrinting()Pretty printing with default indentation settings.Methods in org.neo4j.cypherdsl.core.renderer with parameters of type Configuration Modifier and Type Method Description static RendererRenderer. getRenderer(Configuration configuration)Creates a new renderer for the given configuration.
-