Interface MissingFormFieldRejection

All Superinterfaces:
Rejection
All Known Implementing Classes:
MissingFormFieldRejection

public interface MissingFormFieldRejection extends Rejection
Rejection created by form field filters. Signals that the request was rejected because a form field was not found.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • fieldName

      String fieldName()