spray.routing.directives

FieldDefMagnet2

object FieldDefMagnet2 extends ToNameReceptaclePimps

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FieldDefMagnet2
  2. ToNameReceptaclePimps
  3. AnyRef
  4. 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 }

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

  7. object MapReduce extends Poly2

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

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

  13. def finalize(): Unit

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

    ********** HList support *****************

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

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

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

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

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

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

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

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

  23. implicit def forTuple[T <: Product, L <: HList, Out0](implicit hla: HListerAux[T, L], fdma: FieldDefMagnetAux[L, Out0]): FieldDefMagnet2[T] { type Out = Out0 }

    ********** tuple support *****************

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ToNameReceptaclePimps

Inherited from AnyRef

Inherited from Any

Ungrouped