javax.validation.metadata
Interface ConstraintDescriptor<T extends Annotation>
public interface ConstraintDescriptor<T extends Annotation>
- Version:
- $Rev$ $Date$
getAnnotation
T getAnnotation()
getGroups
Set<Class<?>> getGroups()
getPayload
Set<Class<? extends Payload>> getPayload()
getConstraintValidatorClasses
List<Class<? extends ConstraintValidator<T,?>>> getConstraintValidatorClasses()
getAttributes
Map<String,Object> getAttributes()
getComposingConstraints
Set<ConstraintDescriptor<?>> getComposingConstraints()
isReportAsSingleViolation
boolean isReportAsSingleViolation()
Copyright © 2012. All Rights Reserved.