Package org.hibernate.validator.internal.engine.constraintvalidation
package org.hibernate.validator.internal.engine.constraintvalidation
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
-
ClassDescriptionConstraintTree<A extends Annotation>Due to constraint composition a single constraint annotation can lead to a whole constraint tree being validated.ConstraintValidatorDescriptor<A extends Annotation>Represents a specific validator (either based on an implementation of
ConstraintValidator
or given as a Lambda expression/method reference.DefaultConstraintValidatorFactory
using a no-arg constructor.Manager in charge of providing and caching initializedConstraintValidator
instances.Default implementation of theConstraintValidatorManager
.Container class for the information needed to create a constraint violation.Implementation of theConstraintValidatorManager
for the predefined scope ValidatorFactory.