public class MetaConstraint<A extends Annotation> extends Object
Constructor and Description |
---|
MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor,
ConstraintLocation location) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ConstraintDescriptorImpl<A> |
getDescriptor() |
ElementType |
getElementType() |
Set<Class<?>> |
getGroupList() |
ConstraintLocation |
getLocation() |
int |
hashCode() |
String |
toString() |
protected Type |
typeOfAnnotatedElement() |
boolean |
validateConstraint(ValidationContext<?,?> executionContext,
ValueContext<?,?> valueContext) |
public MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor, ConstraintLocation location)
constraintDescriptor
- The constraint descriptor for this constraintlocation
- meta data about constraint placementpublic final Set<Class<?>> getGroupList()
public final ConstraintDescriptorImpl<A> getDescriptor()
public final ElementType getElementType()
public boolean validateConstraint(ValidationContext<?,?> executionContext, ValueContext<?,?> valueContext)
public ConstraintLocation getLocation()
protected final Type typeOfAnnotatedElement()
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved