Packages

object FieldDef extends LowLevelFieldDefImplicits

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldDef
  2. LowLevelFieldDefImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

Value Members

  1. implicit def forNDR[T](implicit fu: FSFFOU[T]): FieldDefAux[NameDefaultReceptacle[T], (T)]
  2. implicit def forNDUR[T]: FieldDefAux[NameDefaultUnmarshallerReceptacle[T], (T)]
  3. implicit def forNOR[T](implicit fu: FSFFOU[T]): FieldDefAux[NameOptionReceptacle[T], (Option[T])]
  4. implicit def forNOUR[T]: FieldDefAux[NameOptionUnmarshallerReceptacle[T], (Option[T])]
  5. implicit def forNR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[NameReceptacle[T], (T)]
  6. implicit def forNUR[T]: FieldDefAux[NameUnmarshallerReceptacle[T], (T)]
  7. implicit def forRVDR[T]: FieldDefAux[RequiredValueUnmarshallerReceptacle[T], Unit]
  8. implicit def forRVR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[RequiredValueReceptacle[T], Unit]
  9. implicit def forRepVDR[T]: FieldDefAux[RepeatedValueUnmarshallerReceptacle[T], (Iterable[T])]
  10. implicit def forRepVR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[RepeatedValueReceptacle[T], (Iterable[T])]
  11. implicit def forString: FieldDefAux[String, (String)]
  12. implicit def forSymbol: FieldDefAux[Symbol, (String)]
  13. implicit def forTuple[T, O](implicit fold: FoldLeft[Directive0, T, ConvertFieldDefAndConcatenate.type] { type Out = akka.http.scaladsl.server.Directive[O] }): FieldDefAux[T, O]
  14. object ConvertFieldDefAndConcatenate extends BinaryPolyFunc

Deprecated Value Members

  1. implicit def forNDR[T](implicit sfu: SFU, fu: FSFFOU[T]): FieldDefAux[NameDefaultReceptacle[T], (T)]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  2. implicit def forNDUR[T](implicit sfu: SFU): FieldDefAux[NameDefaultUnmarshallerReceptacle[T], (T)]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  3. implicit def forNOR[T](implicit sfu: SFU, fu: FSFFOU[T]): FieldDefAux[NameOptionReceptacle[T], (Option[T])]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  4. implicit def forNOUR[T](implicit sfu: SFU): FieldDefAux[NameOptionUnmarshallerReceptacle[T], (Option[T])]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  5. implicit def forNR[T](implicit sfu: SFU, fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[NameReceptacle[T], (T)]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  6. implicit def forNUR[T](implicit sfu: SFU): FieldDefAux[NameUnmarshallerReceptacle[T], (T)]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  7. implicit def forRVDR[T](implicit sfu: SFU): FieldDefAux[RequiredValueUnmarshallerReceptacle[T], Unit]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  8. implicit def forRVR[T](implicit sfu: SFU, fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[RequiredValueReceptacle[T], Unit]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  9. implicit def forRepVDR[T](implicit sfu: SFU): FieldDefAux[RepeatedValueUnmarshallerReceptacle[T], (Iterable[T])]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  10. implicit def forRepVR[T](implicit sfu: SFU, fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[RepeatedValueReceptacle[T], (Iterable[T])]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  11. implicit def forString(implicit sfu: SFU, fu: FromStrictFormFieldUnmarshaller[String]): FieldDefAux[String, (String)]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.

  12. implicit def forSymbol(implicit sfu: SFU, fu: FromStrictFormFieldUnmarshaller[String]): FieldDefAux[Symbol, (String)]
    Definition Classes
    LowLevelFieldDefImplicits
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.