Package

com.github.tototoshi.play.json

generic

Permalink

package generic

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

Type Members

  1. trait HListReads[HList] extends AnyRef

    Permalink
  2. trait HListWrites[HList] extends AnyRef

    Permalink

Value Members

  1. object HListReads

    Permalink
  2. object HListWrites

    Permalink
  3. implicit def reads[T, U](implicit config: JsonConfiguration, gen: Aux[T, U], reads: Lazy[HListReads[U]]): Reads[T]

    Permalink
  4. implicit def writes[T, U](implicit config: JsonConfiguration, gen: Aux[T, U], writes: Lazy[HListWrites[U]]): OWrites[T]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped