public interface ConstraintDefService
Modifier and Type | Method and Description |
---|---|
org.hibernate.validator.cfg.ConstraintDef<?,?> |
getConstraintDef(Class<?> annotatedClass,
Class<? extends Annotation> annotationType) |
org.hibernate.validator.cfg.ConstraintDef<?,?> |
getConstraintDef(Field annotatedField,
Class<? extends Annotation> annotationType) |
boolean |
supports(Class<? extends Annotation> annotationType) |
boolean supports(Class<? extends Annotation> annotationType)
org.hibernate.validator.cfg.ConstraintDef<?,?> getConstraintDef(Field annotatedField, Class<? extends Annotation> annotationType)
org.hibernate.validator.cfg.ConstraintDef<?,?> getConstraintDef(Class<?> annotatedClass, Class<? extends Annotation> annotationType)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.