public interface ClassConstraint
| Modifier and Type | Method and Description |
|---|---|
void |
check(Mapper mapper,
MappedClass mc,
Set<ConstraintViolation> ve)
Check that a MappedClass meets the constraint
|
void check(Mapper mapper, MappedClass mc, Set<ConstraintViolation> ve)
mc - the MappedClass to checkve - the set of violationsmapper - the Mapper to use for validation