public interface IHandler
Modifier and Type | Method and Description |
---|---|
boolean |
handles(Annotation a) |
Set<ConstraintViolation<Object>> |
validate(Annotation a,
Method m,
Object o,
Class<?> group) |
boolean handles(Annotation a)
Set<ConstraintViolation<Object>> validate(Annotation a, Method m, Object o, Class<?> group) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
Copyright © 2011–2014. All rights reserved.