spray.routing.directives

FieldDefMagnet2

object FieldDefMagnet2 extends ToNameReceptaclePimps with LowLevelFieldDefMagnet2

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FieldDefMagnet2
  2. LowLevelFieldDefMagnet2
  3. ToNameReceptaclePimps
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type FieldDefMagnetAux[A, B] = FieldDefMagnet2[A] { type Out = B }

    Definition Classes
    LowLevelFieldDefMagnet2

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def FieldDefMagnetAux[A, B](f: (A) ⇒ B): FieldDefMagnet2[A] { type Out = B }

    Definition Classes
    LowLevelFieldDefMagnet2
  5. object MapReduce extends Poly2

    Definition Classes
    LowLevelFieldDefMagnet2
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def extractField[A, B](f: (A) ⇒ Directive1[B]): FieldDefMagnet2[A] { type Out = spray.routing.Directive1[B] }

    ********** "regular" field extraction *****************

  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. implicit def forHList[T, L <: HList](implicit hla: Aux[T, L], f: LeftFolder[L, Directive0, MapReduce.type]): FieldDefMagnet2[T] { type Out = f.Out }

    ********** HList/tuple support *****************

    ********** HList/tuple support *****************

    Definition Classes
    LowLevelFieldDefMagnet2
  13. implicit def forNDefR[T](implicit ev1: FromRequestUnmarshaller[HttpForm], ev2: FormFieldConverter[T]): FieldDefMagnet2[NameDefaultReceptacle[T]] { type Out = spray.routing.Directive1[T] }

  14. implicit def forNDesDefR[T](implicit ev1: FromRequestUnmarshaller[HttpForm], ev2: FromBodyPartOptionUnmarshaller[T] = null): FieldDefMagnet2[NameDeserializerDefaultReceptacle[T]] { type Out = spray.routing.Directive1[T] }

  15. implicit def forNDesR[T](implicit ev1: FromRequestUnmarshaller[HttpForm], ev2: FromBodyPartOptionUnmarshaller[T] = null): FieldDefMagnet2[NameDeserializerReceptacle[T]] { type Out = spray.routing.Directive1[T] }

  16. implicit def forNR[T](implicit ev1: FromRequestUnmarshaller[HttpForm], ev2: FormFieldConverter[T]): FieldDefMagnet2[NameReceptacle[T]] { type Out = spray.routing.Directive1[T] }

  17. implicit def forRVDR[T](implicit ev1: FromRequestUnmarshaller[HttpForm], ev2: FromBodyPartOptionUnmarshaller[T] = null): FieldDefMagnet2[RequiredValueDeserializerReceptacle[T]] { type Out = spray.routing.Directive0 }

  18. implicit def forRVR[T](implicit ev1: FromRequestUnmarshaller[HttpForm], ev2: FormFieldConverter[T]): FieldDefMagnet2[RequiredValueReceptacle[T]] { type Out = spray.routing.Directive0 }

  19. implicit def forString(implicit ev1: FromRequestUnmarshaller[HttpForm], ev2: FormFieldConverter[String]): FieldDefMagnet2[String] { type Out = spray.routing.Directive1[String] }

  20. implicit def forSymbol(implicit ev1: FromRequestUnmarshaller[HttpForm], ev2: FormFieldConverter[String]): FieldDefMagnet2[Symbol] { type Out = spray.routing.Directive1[String] }

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. implicit def string2NR(string: String): NameReceptacle[String]

    Definition Classes
    ToNameReceptaclePimps
  28. implicit def symbol2NR(symbol: Symbol): NameReceptacle[String]

    Definition Classes
    ToNameReceptaclePimps
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowLevelFieldDefMagnet2

Inherited from ToNameReceptaclePimps

Inherited from AnyRef

Inherited from Any

Ungrouped