Class IsNotNull

All Implemented Interfaces:
AttributeConstraint, Constraint, Serializable, Cloneable

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

    • IsNotNull

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