Uses of Class
org.apache.bval.jsr.descriptor.ConstraintD
-
Packages that use ConstraintD Package Description org.apache.bval.jsr org.apache.bval.jsr.descriptor This package houses the implementations and related classes for BV element descriptors, using theD
suffix to succinctly denote implementations of*Descriptor
.org.apache.bval.jsr.job -
-
Uses of ConstraintD in org.apache.bval.jsr
Methods in org.apache.bval.jsr that return types with arguments of type ConstraintD Modifier and Type Method Description ConcurrentMap<ConstraintD<?>,jakarta.validation.ConstraintValidator<?,?>>
ConstraintCached. getValidators()
Methods in org.apache.bval.jsr with parameters of type ConstraintD Modifier and Type Method Description jakarta.validation.ConstraintValidator
ApacheFactoryContext. getOrComputeConstraintValidator(ConstraintD<?> constraint, Supplier<jakarta.validation.ConstraintValidator> computer)
-
Uses of ConstraintD in org.apache.bval.jsr.descriptor
Methods in org.apache.bval.jsr.descriptor that return types with arguments of type ConstraintD Modifier and Type Method Description (package private) Set<ConstraintD<?>>
MetadataReader.ForElement. getConstraints()
-
Uses of ConstraintD in org.apache.bval.jsr.job
Constructors in org.apache.bval.jsr.job with parameters of type ConstraintD Constructor Description ComputeConstraintValidatorClass(ConstraintCached constraintsCache, ConstraintD<A> descriptor, jakarta.validation.constraintvalidation.ValidationTarget validationTarget, Class<?> validatedType)
ConstraintValidatorContextImpl(ValidationJob.Frame<?> frame, ConstraintD<?> constraint)
-