Packages

p

pl.iterators.kebs

unmarshallers

package unmarshallers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. unmarshallers
  2. KebsUnmarshallers
  3. LowPriorityKebsUnmarshallers
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def kebsFromStringUnmarshaller[A, B](implicit rep: CaseClass1Rep[B, A], fsu: FromStringUnmarshaller[A]): FromStringUnmarshaller[B]
    Definition Classes
    KebsUnmarshallers
    Annotations
    @inline()
  2. implicit def kebsInstancesFromStringUnmarshaller[A, B](implicit ico: InstanceConverter[B, A], fsu: FromStringUnmarshaller[A]): FromStringUnmarshaller[B]
    Definition Classes
    KebsUnmarshallers
    Annotations
    @inline()
  3. implicit def kebsInstancesUnmarshaller[A, B](implicit ico: InstanceConverter[B, A]): Unmarshaller[A, B]
    Definition Classes
    LowPriorityKebsUnmarshallers
  4. implicit def kebsUnmarshaller[A, B](implicit rep: CaseClass1Rep[B, A]): Unmarshaller[A, B]
    Definition Classes
    LowPriorityKebsUnmarshallers

Inherited from KebsUnmarshallers

Inherited from AnyRef

Inherited from Any

Ungrouped