Class Like

All Implemented Interfaces:
AttributeConstraint, Constraint, Serializable, Cloneable

public class Like extends Compare
Constraint to compare the belonging attribute value by matching against the pattern specified by value.
Since:
4.0.17
See Also:
  • Constructor Details

    • Like

      public Like(@NotNull @NotNull String attributeName, Parameter parameter)
      Creates a new Like constraint for the attribute specified by given attributeName and parameter.
      Since:
      4.0.17
      See Also:
    • Like

      public Like(@NotNull @NotNull String attributeName, Object value)
      Creates a new Like constraint for the attribute specified by given attributeName and with the given value.
      Since:
      4.0.17
  • Method Details