Package akka.http.scaladsl.server
Class MissingFormFieldRejection
- java.lang.Object
-
- akka.http.scaladsl.server.MissingFormFieldRejection
-
- All Implemented Interfaces:
MissingFormFieldRejection
,Rejection
,Rejection
,java.io.Serializable
,scala.Equals
,scala.Product
public final class MissingFormFieldRejection extends java.lang.Object implements MissingFormFieldRejection, Rejection, scala.Product, java.io.Serializable
Rejection created by form field filters. Signals that the request was rejected because a form field was not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingFormFieldRejection(java.lang.String fieldName)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static R
apply(T1 v1)
java.lang.String
fieldName()
static java.lang.String
toString()
-
-
-
Method Detail
-
apply
public abstract static R apply(T1 v1)
-
toString
public static java.lang.String toString()
-
fieldName
public java.lang.String fieldName()
- Specified by:
fieldName
in interfaceMissingFormFieldRejection
-
-