public abstract class FieldConstraint extends Object implements ClassConstraint
| Constructor and Description |
|---|
FieldConstraint() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
check(MappedClass mc,
MappedField mf,
Set<ConstraintViolation> ve) |
void |
check(MappedClass mc,
Set<ConstraintViolation> ve) |
public final void check(MappedClass mc, Set<ConstraintViolation> ve)
check in interface ClassConstraintprotected abstract void check(MappedClass mc, MappedField mf, Set<ConstraintViolation> ve)