Class NotBlankCriterion

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

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

    Constructors
    Constructor
    Description
    Constructor by field name.
  • Constructor Details

    • NotBlankCriterion

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