Class RequestEntityExpectedRejection

java.lang.Object
akka.http.scaladsl.server.RequestEntityExpectedRejection

public class RequestEntityExpectedRejection extends Object
Rejection created by unmarshallers. Signals that the request was rejected because an message body entity was expected but not supplied.
  • Constructor Details

    • RequestEntityExpectedRejection

      public RequestEntityExpectedRejection()
  • Method Details

    • canEqual

      public abstract static boolean canEqual(Object that)
    • equals

      public abstract static boolean equals(Object that)
    • productArity

      public abstract static int productArity()
    • productElement

      public abstract static Object productElement(int n)
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • productPrefix

      public static String productPrefix()
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()