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 Detail

      • fieldName

        java.lang.String fieldName()