Searched refs:ValidateWith (Results 1 – 5 of 5) sorted by relevance
11 …private static final ConcurrentHashMap<ValidateWith, AnnotationValidator> VALIDATORS_FOR_ANNOTATIO…12 new ConcurrentHashMap<ValidateWith, AnnotationValidator>();23 public AnnotationValidator createAnnotationValidator(ValidateWith validateWithAnnotation) { in createAnnotationValidator()
65 ValidateWith validateWith = annotationType in validateAnnotatable()66 .getAnnotation(ValidateWith.class); in validateAnnotatable()
20 public @interface ValidateWith { annotation
7 import org.junit.validator.ValidateWith;45 @ValidateWith(CategoryValidator.class)
10 import org.junit.validator.ValidateWith;22 @ValidateWith(OrderWithValidator.class)