Interface MissingQueryParamRejection

  • All Superinterfaces:
    Rejection
    All Known Implementing Classes:
    MissingQueryParamRejection

    public interface MissingQueryParamRejection
    extends Rejection
    Rejection created by parameter filters. Signals that the request was rejected because a query parameter was not found.
    • Method Detail

      • parameterName

        java.lang.String parameterName()