Uses of Enum Class
jakarta.validation.constraintvalidation.ValidationTarget
Packages that use ValidationTarget
Package
Description
Package containing constructs specific to constraint validators.
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
Core classes of the internal model used for representing constraints and related metadata.
-
Uses of ValidationTarget in jakarta.validation.constraintvalidation
Methods in jakarta.validation.constraintvalidation that return ValidationTargetModifier and TypeMethodDescriptionstatic ValidationTargetReturns the enum constant of this class with the specified name.static ValidationTarget[]ValidationTarget.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidationTarget in org.hibernate.validator.internal.engine.constraintvalidation
Methods in org.hibernate.validator.internal.engine.constraintvalidation that return types with arguments of type ValidationTargetModifier and TypeMethodDescriptionConstraintValidatorDescriptor.getValidationTargets()The targets supported for validation by the represented validator. -
Uses of ValidationTarget in org.hibernate.validator.internal.metadata.core
Methods in org.hibernate.validator.internal.metadata.core with parameters of type ValidationTargetModifier and TypeMethodDescription<A extends Annotation>
List<ConstraintValidatorDescriptor<A>>ConstraintHelper.findValidatorDescriptors(Class<A> annotationType, ValidationTarget validationTarget) Returns those validator descriptors for the given constraint annotation matching the given target.