FieldMapper

io.github.scalats.core.FieldMapper$
See theFieldMapper companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Identity extends FieldMapper

Identity naming

Identity naming

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object SnakeCase extends FieldMapper

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

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

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

Returns the default flags according the type and settings.

Returns the default flags according the type and settings.

Attributes