io.parsek.shapeless

implicits

package implicits

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. implicits
  2. Weak
  3. HListEncoder
  4. HListDecoder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait DecoderWithDefaults[T] extends AnyRef

    Definition Classes
    HListDecoder

Value Members

  1. implicit def decoderToWithDefault[T](implicit d: Decoder[T]): DecoderWithDefaults[T]

    Definition Classes
    HListDecoder
  2. implicit def genericDecoder[H, T <: HList, D <: HList](implicit gen: Aux[H, T], td: Lazy[DecoderWithDefaults[T]], defaults: Aux[H, D], defaultEncoder: Lazy[Encoder[D]]): Decoder[H]

    Definition Classes
    HListDecoder
  3. implicit def genericEncoder[H, T <: HList](implicit gen: Aux[H, T], te: Lazy[Encoder[T]]): Encoder[H]

    Definition Classes
    HListEncoder
  4. implicit def hNilEncoder: Encoder[HNil]

    Definition Classes
    HListEncoder
  5. implicit def hlistObjectEncoder[K <: Symbol, H, T <: HList](implicit witness: Aux[K], hEncoder: Lazy[Encoder[H]], tEncoder: Lazy[Encoder[T]]): Encoder[::[FieldType[K, H], T]]

    Definition Classes
    HListEncoder
  6. implicit def hlistProductDecoderWithDefaults[K <: Symbol, H, T <: HList](implicit witness: Aux[K], hDecoder: Lazy[DecoderWithDefaults[H]], tDecoder: Lazy[DecoderWithDefaults[T]], decodeConfiguration: Configuration): DecoderWithDefaults[::[FieldType[K, H], T]]

    Definition Classes
    HListDecoder
  7. implicit def hnilDecoderWithDefaults(implicit decodeConfiguration: Configuration): DecoderWithDefaults[HNil]

    Definition Classes
    HListDecoder
  8. implicit val parsekShapelessConf: Configuration

    Definition Classes
    Weak

Inherited from Weak

Inherited from HListEncoder

Inherited from HListDecoder

Inherited from AnyRef

Inherited from Any

Ungrouped