Package javax.validation
Interface Validator
public interface Validator
- Version:
- $Rev$ $Date$
-
Method Summary
Modifier and TypeMethodDescriptiongetConstraintsForClass
(Class<?> clazz) <T> T
<T> Set
<ConstraintViolation<T>> <T> Set
<ConstraintViolation<T>> validateProperty
(T object, String propertyName, Class<?>... groups) <T> Set
<ConstraintViolation<T>> validateValue
(Class<T> beanType, String propertyName, Object value, Class<?>... groups)
-
Method Details
-
validate
-
validateProperty
-
validateValue
-
getConstraintsForClass
-
unwrap
-
forExecutables
ExecutableValidator forExecutables()- Since:
- 1.1
-