public class DuplicatedAttributeNames extends Object implements ClassConstraint
| Constructor and Description |
|---|
DuplicatedAttributeNames() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(Mapper mapper,
MappedClass mc,
Set<ConstraintViolation> ve)
Check that a MappedClass meets the constraint
|
public void check(Mapper mapper, MappedClass mc, Set<ConstraintViolation> ve)
ClassConstraintcheck in interface ClassConstraintmapper - the Mapper to use for validationmc - the MappedClass to checkve - the set of violations