Class IsBlankCriterion

java.lang.Object
com.isomorphic.criteria.criterion.IsBlankCriterion
All Implemented Interfaces:
Criterion

public class IsBlankCriterion extends Object implements Criterion
Criterion for checking that value is blank.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor by field name.
  • Constructor Details

    • IsBlankCriterion

      public IsBlankCriterion(String fieldName)
      Constructor by field name.
      Parameters:
      fieldName - - name of the field that should be blank.