Packages

object FieldMapper

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldMapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def flags(settings: Settings, tpe: TypeRef): Set[Flag]

    Returns the default flags according the type and settings.

  2. object Identity extends FieldMapper

    Identity naming

  3. object SnakeCase extends FieldMapper

    For each class property, use the snake case equivalent to name its column (e.g.

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