Package akka.http.scaladsl.server
Class RequestEntityExpectedRejection$
- java.lang.Object
-
- akka.http.javadsl.server.RequestEntityExpectedRejection
-
- akka.http.scaladsl.server.RequestEntityExpectedRejection$
-
public class RequestEntityExpectedRejection$ extends RequestEntityExpectedRejection implements Rejection, scala.Product, java.io.Serializable
Rejection created by unmarshallers. Signals that the request was rejected because an message body entity was expected but not supplied.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static RequestEntityExpectedRejection$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RequestEntityExpectedRejection$()
-
Method Summary
-
Methods inherited from class akka.http.javadsl.server.RequestEntityExpectedRejection
get
-
-
-
-
Field Detail
-
MODULE$
public static final RequestEntityExpectedRejection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-