public interface Validateable
Modifier and Type | Method and Description |
---|---|
Map<String,ConstrainedProperty> |
constrainedProperties() |
Errors |
getErrors() |
boolean |
validate(List<String> properties) |
boolean |
validate(String... properties) |