Packages

sealed trait FieldMagnet extends AnyRef

Annotations
@deprecated
Deprecated

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

Source
FormFieldDirectives.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldMagnet
  2. AnyRef
  3. Any
Implicitly
  1. by apply
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Out
  2. abstract type U

Abstract Value Members

  1. abstract def apply(): Directive[U]
  2. abstract def convert(d: Directive[U]): Out

Shadowed Implicit Value Members

  1. def apply(): Directive[FieldDef.U]
    Implicit
    This member is added by an implicit conversion from FieldMagnet toFieldMagnet { ... /* 2 definitions in type refinement */ } performed by method apply in org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet.This conversion will take place only if an implicit value of type FieldDef[FieldMagnet] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (fieldMagnet: FieldMagnet { ... /* 2 definitions in type refinement */ }).apply()
  2. def convert(d: Directive[FieldDef.U]): Directive[FieldDef.U]
    Implicit
    This member is added by an implicit conversion from FieldMagnet toFieldMagnet { ... /* 2 definitions in type refinement */ } performed by method apply in org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet.This conversion will take place only if an implicit value of type FieldDef[FieldMagnet] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (fieldMagnet: FieldMagnet { ... /* 2 definitions in type refinement */ }).convert(d)