Class StringNotContainsColumnConstraint

All Implemented Interfaces:
ColumnConstraint<String>, Comparable<ColumnConstraint<String>>

public class StringNotContainsColumnConstraint extends StringContainsColumnConstraint
String column constraint for matching column values if they don't contain the constraint value pattern.
  • Constructor Details

    • StringNotContainsColumnConstraint

      public StringNotContainsColumnConstraint(String spec)
      Constructor
      Parameters:
      spec - the string to use to create a "not contains" pattern.
  • Method Details