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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • parameterName

      String parameterName()