Uses of Class
org.hibernate.validator.internal.engine.constraintvalidation.ConstraintTree
-
Packages that use ConstraintTree Package Description org.hibernate.validator.internal.engine.constraintvalidation Classes dealing with the representation of constraints and the management/instantitation of constraint validators. -
-
Uses of ConstraintTree in org.hibernate.validator.internal.engine.constraintvalidation
Methods in org.hibernate.validator.internal.engine.constraintvalidation that return ConstraintTree Modifier and Type Method Description static <U extends Annotation>
ConstraintTree<U>ConstraintTree. of(ConstraintValidatorManager constraintValidatorManager, ConstraintDescriptorImpl<U> composingDescriptor, Type validatedValueType)
-