public class ConstraintAnnotationDescriptor<A extends java.lang.annotation.Annotation> extends AnnotationDescriptor<A>
Modifier and Type | Class and Description |
---|---|
static class |
ConstraintAnnotationDescriptor.Builder<S extends java.lang.annotation.Annotation> |
Constructor and Description |
---|
ConstraintAnnotationDescriptor(A annotation) |
ConstraintAnnotationDescriptor(AnnotationDescriptor<A> descriptor) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?>[] |
getGroups() |
java.lang.String |
getMessage() |
java.lang.Class<? extends javax.validation.Payload>[] |
getPayload() |
javax.validation.ConstraintTarget |
getValidationAppliesTo() |
equals, getAnnotation, getAttribute, getAttribute, getAttributes, getMandatoryAttribute, getType, hashCode, toString
public ConstraintAnnotationDescriptor(A annotation)
public ConstraintAnnotationDescriptor(AnnotationDescriptor<A> descriptor)
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved