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 Detail

      • actualValue

        java.lang.String actualValue()
      • expectedValue

        java.lang.String expectedValue()
      • parameterName

        java.lang.String parameterName()