object SnakeCase extends JsonNaming
Ordering
- Alphabetic
- By Inheritance
Inherited
- SnakeCase
- JsonNaming
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def andThen[A](g: (String) => A): (String) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(property: String): String
Returns the column name for the class property.
Returns the column name for the class property.
- property
the name of the case class property
- Definition Classes
- → JsonNaming → Function1
- def compose[A](g: (A) => String): (A) => String
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- val toString: String
For each class property, use the snake case equivalent to name its column (e.g. fooBar -> foo_bar).