trait JsonNaming extends (String) => String
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonNaming
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract 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
Naming strategy, to map each class property to the corresponding column.