Uses of Class
org.apache.bval.jsr.ConstraintCached
-
Packages that use ConstraintCached Package Description org.apache.bval.jsr org.apache.bval.jsr.job -
-
Uses of ConstraintCached in org.apache.bval.jsr
Methods in org.apache.bval.jsr that return ConstraintCached Modifier and Type Method Description ConstraintCached
ApacheFactoryContext. getConstraintsCache()
ConstraintCached
ApacheValidatorFactory. getConstraintsCache()
Get the constraint cache used. -
Uses of ConstraintCached in org.apache.bval.jsr.job
Constructors in org.apache.bval.jsr.job with parameters of type ConstraintCached Constructor Description ComputeConstraintValidatorClass(ConstraintCached constraintsCache, ConstraintD<A> descriptor, jakarta.validation.constraintvalidation.ValidationTarget validationTarget, Class<?> validatedType)
-