FieldMapper

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

Attributes

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

Members list

Type members

Classlikes

object Identity extends FieldMapper

Identity naming

Identity naming

Attributes

Supertypes
trait FieldMapper
class Object
trait Matchable
class Any
Self type
Identity.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

Supertypes
trait FieldMapper
class Object
trait Matchable
class Any
Self type
SnakeCase.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