Uses of Enum Class
org.neo4j.cypherdsl.core.renderer.Configuration.GeneratedNames
Packages that use Configuration.GeneratedNames
-
Uses of Configuration.GeneratedNames in org.neo4j.cypherdsl.core.renderer
Methods in org.neo4j.cypherdsl.core.renderer that return Configuration.GeneratedNamesModifier and TypeMethodDescriptionstatic Configuration.GeneratedNamesReturns the enum constant of this class with the specified name.static Configuration.GeneratedNames[]Configuration.GeneratedNames.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.cypherdsl.core.renderer that return types with arguments of type Configuration.GeneratedNamesMethod parameters in org.neo4j.cypherdsl.core.renderer with type arguments of type Configuration.GeneratedNamesModifier and TypeMethodDescriptionConfiguration.Builder.withGeneratedNames(Set<Configuration.GeneratedNames> useGeneratedNames) Configure for which type of object generated names should be used.