Uses of Class
jakarta.validation.constraintvalidation.ValidationTarget
-
Packages that use ValidationTarget Package Description jakarta.validation.constraintvalidation Package containing constructs specific to constraint validators.org.hibernate.validator.internal.engine.constraintvalidation Classes dealing with the representation of constraints and the management/instantitation of constraint validators.org.hibernate.validator.internal.metadata.core 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 ValidationTarget Modifier and Type Method Description ValidationTarget[]value()static ValidationTargetValidationTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationTarget[]ValidationTarget. values()Returns an array containing the constants of this enum type, 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 ValidationTarget Modifier and Type Method Description EnumSet<ValidationTarget>ConstraintValidatorDescriptor. 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 ValidationTarget Modifier and Type Method Description <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.
-