Uses of Class
org.neo4j.cypherdsl.core.renderer.Configuration.IndentStyle
-
Packages that use Configuration.IndentStyle Package Description org.neo4j.cypherdsl.core.renderer A renderer forstatementsin the simplest form possible. -
-
Uses of Configuration.IndentStyle in org.neo4j.cypherdsl.core.renderer
Methods in org.neo4j.cypherdsl.core.renderer that return Configuration.IndentStyle Modifier and Type Method Description Configuration.IndentStyleConfiguration. getIndentStyle()static Configuration.IndentStyleConfiguration.IndentStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Configuration.IndentStyle[]Configuration.IndentStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neo4j.cypherdsl.core.renderer with parameters of type Configuration.IndentStyle Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. withIndentStyle(Configuration.IndentStyle indentStyle)
-