Class InvalidRequiredValueForQueryParamRejection
java.lang.Object
org.apache.pekko.http.scaladsl.server.InvalidRequiredValueForQueryParamRejection
- All Implemented Interfaces:
- Serializable,- InvalidRequiredValueForQueryParamRejection,- Rejection,- Rejection,- scala.Equals,- scala.Product
public final class InvalidRequiredValueForQueryParamRejection
extends Object
implements InvalidRequiredValueForQueryParamRejection, Rejection, scala.Product, Serializable
Rejection created by parameter filters.
 Signals that the request was rejected because a query parameter value was not equal to required one.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidRequiredValueForQueryParamRejection(String parameterName, String expectedValue, String actualValue) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
InvalidRequiredValueForQueryParamRejection
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1, T2 v2, T3 v3) 
- 
toString
- 
parameterName- Specified by:
- parameterNamein interface- InvalidRequiredValueForQueryParamRejection
 
- 
expectedValue- Specified by:
- expectedValuein interface- InvalidRequiredValueForQueryParamRejection
 
- 
actualValue- Specified by:
- actualValuein interface- InvalidRequiredValueForQueryParamRejection
 
 
-