trait JsonNaming extends (String) => String

Naming strategy, to map each class property to the corresponding column.

Source
JsonConfiguration.scala
Linear Supertypes
(String) => String, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonNaming
  2. Function1
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. 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

Concrete Value Members

  1. def andThen[A](g: (String) => A): (String) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def compose[A](g: (A) => String): (A) => String
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  3. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any