Class IsNull

All Implemented Interfaces:
AttributeConstraint, Constraint, Serializable, Cloneable

public class IsNull extends AbstractConstraint
Constraint to check if belonging attribute is null
Since:
4.0.17
See Also:
  • Constructor Details

    • IsNull

      public IsNull(@NotNull @NotNull String attributeName)
      Creates a IsNull constraint for the given attribute.
      Parameters:
      attributeName - the name of the attribute to create the IsNull constraint for.
      Since:
      4.0.17
  • Method Details