public class DefaultConstraintsValidator extends Object implements ConstraintsValidator
| Constructor and Description |
|---|
DefaultConstraintsValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Validateable validateable,
List<String> properties) |
boolean |
evaluate(Validateable validateable,
String... properties) |
protected Object |
getPropertyValue(Validateable validateable,
String propertyName) |
public boolean evaluate(@Nonnull Validateable validateable, @Nonnull List<String> properties)
evaluate in interface ConstraintsValidatorpublic boolean evaluate(@Nonnull Validateable validateable, @Nullable String... properties)
evaluate in interface ConstraintsValidator