ldbc.codegen.formatter.Naming
See theNaming companion enum
object Naming
Attributes
- Companion
- enum
- Source
- Naming.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Naming.type
Members list
Type members
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Source
- Naming.scala
Converts to camelCase e.g.: PascalCase => pascalCase
Converts to camelCase e.g.: PascalCase => pascalCase
Value parameters
- name
-
name to be converted to camelCase
Attributes
- Returns
-
camelCase version of the string passed
- Source
- Naming.scala
Converts to PascalCase e.g.: camelCase => CamelCase
Converts to PascalCase e.g.: camelCase => CamelCase
Value parameters
- name
-
name to be converted to PascalCase
Attributes
- Returns
-
PascalCase version of the string passed
- Source
- Naming.scala
Converts to snake_case e.g.: camelCase => camel_case
Converts to snake_case e.g.: camelCase => camel_case
Value parameters
- name
-
name to be converted to snake_case
Attributes
- Returns
-
snake_case version of the string passed
- Source
- Naming.scala
Extensions
Extensions
extension (`case`: Naming)
Attributes
- Source
- Naming.scala
In this article