public class MetaConstraint<A extends Annotation> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ConstraintDescriptorImpl<A> |
getDescriptor() |
ElementType |
getElementType() |
Set<Class<?>> |
getGroupList() |
ConstraintLocation |
getLocation() |
int |
hashCode() |
boolean |
isDefinedForOneGroupOnly() |
String |
toString() |
boolean |
validateConstraint(ValidationContext<?> validationContext,
ValueContext<?,Object> valueContext) |
public final Set<Class<?>> getGroupList()
public final boolean isDefinedForOneGroupOnly()
public final ConstraintDescriptorImpl<A> getDescriptor()
public final ElementType getElementType()
public boolean validateConstraint(ValidationContext<?> validationContext, ValueContext<?,Object> valueContext)
public ConstraintLocation getLocation()
Copyright © 2021 JBoss by Red Hat. All rights reserved.