public class ConstraintAnnotationDescriptor<A extends Annotation> extends AnnotationDescriptor<A>
Modifier and Type | Class and Description |
---|---|
static class |
ConstraintAnnotationDescriptor.Builder<S extends Annotation> |
Constructor and Description |
---|
ConstraintAnnotationDescriptor(A annotation) |
ConstraintAnnotationDescriptor(AnnotationDescriptor<A> descriptor) |
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getGroups() |
String |
getMessage() |
Class<? extends Payload>[] |
getPayload() |
ConstraintTarget |
getValidationAppliesTo() |
equals, getAnnotation, getAttribute, getAttribute, getAttributes, getMandatoryAttribute, getType, hashCode, toString
public ConstraintAnnotationDescriptor(A annotation)
public ConstraintAnnotationDescriptor(AnnotationDescriptor<A> descriptor)
public String getMessage()
public Class<?>[] getGroups()
public ConstraintTarget getValidationAppliesTo()
Copyright © 2021 JBoss by Red Hat. All rights reserved.