public interface PropertyConstraintValidator extends ConstraintValidator
Modifier and Type | Method and Description |
---|---|
void |
validatePropertyConstraint(Object[] values,
PropertyConstraint constraint,
PropertyDefinition property,
InstanceValidationContext context)
Validate
values against constraint . |
void validatePropertyConstraint(Object[] values, PropertyConstraint constraint, PropertyDefinition property, InstanceValidationContext context) throws ValidationException
values
against constraint
. The
constraint and the values belong to property
.values
- the values to validate, may be null
constraint
- the constraint to validateproperty
- the property the values and the constraint belong tocontext
- the validation contextValidationException
- if the validation failsBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a