abstract class LowLevelFieldDefImplicits extends AnyRef
Deprecated compatibility implicit instances. Will be removed in a future version.
- Self Type
- FieldDef.type
- Annotations
- @InternalApi() @DoNotInherit()
- Source
- FormFieldDirectives.scala
- Alphabetic
- By Inheritance
- LowLevelFieldDefImplicits
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new LowLevelFieldDefImplicits()
Deprecated Value Members
-
implicit
def
forNDR[T](implicit sfu: SFU, fu: FSFFOU[T]): FieldDefAux[NameDefaultReceptacle[T], (T)]
- 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)]
- 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])]
- 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])]
- 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)]
- 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)]
- 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]
- 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]
- 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])]
- 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])]
- 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)]
- 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)]
- Annotations
- @deprecated
- Deprecated
(Since version 10.0.11) Customizing FromEntityUnmarshaller[StrictForm] is not supported any more. Use variant without the implicit SFU.