object FieldDef extends LowLevelFieldDefImplicits
- Alphabetic
- By Inheritance
- FieldDef
- LowLevelFieldDefImplicits
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type FSFFOU[T] = Unmarshaller[Option[Field], T]
- type SFU = Unmarshaller[HttpEntity, StrictForm]
Value Members
- implicit def forNDR[T](implicit fu: FSFFOU[T]): FieldDefAux[NameDefaultReceptacle[T], (T)]
- implicit def forNDUR[T]: FieldDefAux[NameDefaultUnmarshallerReceptacle[T], (T)]
- implicit def forNOR[T](implicit fu: FSFFOU[T]): FieldDefAux[NameOptionReceptacle[T], (Option[T])]
- implicit def forNOUR[T]: FieldDefAux[NameOptionUnmarshallerReceptacle[T], (Option[T])]
- implicit def forNR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[NameReceptacle[T], (T)]
- implicit def forNUR[T]: FieldDefAux[NameUnmarshallerReceptacle[T], (T)]
- implicit def forRVDR[T]: FieldDefAux[RequiredValueUnmarshallerReceptacle[T], Unit]
- implicit def forRVR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[RequiredValueReceptacle[T], Unit]
- implicit def forRepVDR[T]: FieldDefAux[RepeatedValueUnmarshallerReceptacle[T], (Iterable[T])]
- implicit def forRepVR[T](implicit fu: FromStrictFormFieldUnmarshaller[T]): FieldDefAux[RepeatedValueReceptacle[T], (Iterable[T])]
- implicit def forString: FieldDefAux[String, (String)]
- implicit def forSymbol: FieldDefAux[Symbol, (String)]
- implicit def forTuple[T, O](implicit fold: FoldLeft[Directive0, T, ConvertFieldDefAndConcatenate.type] { type Out = akka.http.scaladsl.server.Directive[O] }): FieldDefAux[T, O]
- object ConvertFieldDefAndConcatenate extends BinaryPolyFunc
Deprecated Value Members
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.