Interface InvalidRequiredValueForQueryParamRejection

All Superinterfaces:
Rejection
All Known Implementing Classes:
InvalidRequiredValueForQueryParamRejection

public interface InvalidRequiredValueForQueryParamRejection extends Rejection
Rejection created by parameter filters. Signals that the request was rejected because a query parameter value was not equal to required one.
  • Method Details

    • actualValue

      String actualValue()
    • expectedValue

      String expectedValue()
    • parameterName

      String parameterName()