Class FormFieldDirectives.FieldMagnet$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet$
-
- Enclosing interface:
- FormFieldDirectives
public static class FormFieldDirectives.FieldMagnet$ extends java.lang.Object
Deprecated.Use new `formField` overloads with FieldSpec parameters. Kept for binary compatibility. Since 10.2.0.
-
-
Field Summary
Fields Modifier and Type Field Description static FormFieldDirectives.FieldMagnet$
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description FieldMagnet$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T> FormFieldDirectives.FieldMagnet
apply(T value, FormFieldDirectives.FieldDef<T> fdef)
Deprecated.
-
-
-
Field Detail
-
MODULE$
public static final FormFieldDirectives.FieldMagnet$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> FormFieldDirectives.FieldMagnet apply(T value, FormFieldDirectives.FieldDef<T> fdef)
Deprecated.
-
-