SnakeCase

object SnakeCase extends JsonNaming

For each class property, use the snake case equivalent to name its column (e.g. fooBar -> foo_bar).

trait String => String
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(property: String): String

Inherited methods

@unspecialized
def andThen[A](g: String => A): String => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => String): A => String
Inherited from
Function1

Concrete fields

override val toString: String