Packages

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
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LowLevelFieldDefImplicits
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LowLevelFieldDefImplicits()

Deprecated Value Members

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. 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.

  11. 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.

  12. 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.