Support.ConstraintBuilder |
Support.ConstraintBuilder.disjunction() |
Support.ConstraintBuilder |
Support.ConstraintBuilder.equal(String name,
boolean negate,
Object value) |
Support.ConstraintBuilder |
Support.ConstraintBuilder.in(String name,
boolean negate,
Iterable<?> values) |
Support.ConstraintBuilder |
Support.ConstraintBuilder.match(String name,
boolean negate,
Pattern pattern) |
Support.ConstraintBuilder |
Support.ConstraintBuilder.nested(String name,
Constraints.ConstraintHost nestedConstraints) |
Support.ConstraintBuilder |
Support.ConstraintBuilder.present(String name,
boolean negate) |
Support.ConstraintBuilder |
Support.ConstraintBuilder.range(String name,
boolean negate,
com.google.common.collect.Range<?> range) |
Support.ConstraintBuilder |
Support.ConstraintBuilder.size(String name,
boolean negate,
int size) |