public class ConstraintTree<A extends Annotation> extends Object
Constructor and Description |
---|
ConstraintTree(ConstraintDescriptorImpl<A> descriptor) |
Modifier and Type | Method and Description |
---|---|
List<ConstraintTree<?>> |
getChildren() |
ConstraintDescriptorImpl<A> |
getDescriptor() |
String |
toString() |
<T,U,V,E extends ConstraintViolation<T>> |
validateConstraints(ValidationContext<T,E> executionContext,
ValueContext<U,V> valueContext) |
public ConstraintTree(ConstraintDescriptorImpl<A> descriptor)
public final List<ConstraintTree<?>> getChildren()
public final ConstraintDescriptorImpl<A> getDescriptor()
public final <T,U,V,E extends ConstraintViolation<T>> boolean validateConstraints(ValidationContext<T,E> executionContext, ValueContext<U,V> valueContext)
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved