Packages

object FieldDef

Annotations
@deprecated
Deprecated

(Since version 10.2.0) Use new formFields overloads with FieldSpec parameters. Kept for binary compatibility

Source
FormFieldDirectives.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldDef
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type FSFFOU[T] = Unmarshaller[Option[Field], T]
  2. type SFU = Unmarshaller[HttpEntity, StrictForm]

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def extractField[A, B](f: (A) => Directive1[B]): FieldDefAux[A, (B)]
    Attributes
    protected
  9. def fieldDef[A, B](f: (A) => Directive[B]): FieldDefAux[A, B]
    Attributes
    protected
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. def forNDR[T](implicit fu: FSFFOU[T]): FieldDefAux[NameDefaultReceptacle[T], (T)]
  12. def forNDUR[T]: FieldDefAux[NameDefaultUnmarshallerReceptacle[T], (T)]
  13. def forNOR[T](implicit fu: FSFFOU[T]): FieldDefAux[NameOptionReceptacle[T], (Option[T])]
  14. def forNOUR[T]: FieldDefAux[NameOptionUnmarshallerReceptacle[T], (Option[T])]
  15. def forNR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[NameReceptacle[T], (T)]
  16. def forNUR[T]: FieldDefAux[NameUnmarshallerReceptacle[T], (T)]
  17. def forRVDR[T]: FieldDefAux[RequiredValueUnmarshallerReceptacle[T], Unit]
  18. def forRVR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[RequiredValueReceptacle[T], Unit]
  19. def forRepVDR[T]: FieldDefAux[RepeatedValueUnmarshallerReceptacle[T], (Iterable[T])]
  20. def forRepVR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[RepeatedValueReceptacle[T], (Iterable[T])]
  21. def forString: FieldDefAux[String, (String)]
  22. def forSymbol: FieldDefAux[Symbol, (String)]
  23. def forTuple[T, O](implicit fold: FoldLeft[Directive0, T, ConvertFieldDefAndConcatenate.type] { type Out = akka.http.scaladsl.server.Directive[O] }): FieldDefAux[T, O]
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. object ConvertFieldDefAndConcatenate extends BinaryPolyFunc

Inherited from AnyRef

Inherited from Any

Ungrouped