Uses of Interface
jakarta.validation.ConstraintValidator
Packages that use ConstraintValidator
Package
Description
Top level package of the Jakarta Bean Validation API.
Package containing all objects specifically used and returned by the
metadata API.
Classes for enabling Bean Validation CDI integration.
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
Custom Hibernate Validator specific constraint validation extension classes.
Implementations of the Bean Validation built-in constraints.
Implementations of the Bean Validation
NotEmpty constraint.Contains
ConstraintValidator implementations for
min and max constraints for numbers.Contains
ConstraintValidator implementations for
Positive, PositiveOrZero,
Negative and NegativeOrZero
constraints.Implementations of the Bean Validation
Size constraint.Constraint validator implementations of the Bean Validation time related constraints.
Constraint validator implementations of the Bean Validation
Future constraint.Constraint validator implementations of the Bean Validation
FutureOrPresent constraint.Constraint validator implementations of the Bean Validation
Past constraint.Constraint validator implementations of the Bean Validation
PastOrPresent constraint.Implementations of Hibernate Validator specific constraints.
Classes dealing with the representation of constraints and the management/instantitation of constraint
validators.
Implementation of the Bean Validation meta data API.
Independent helper classes.
Logging classes.
-
Uses of ConstraintValidator in jakarta.validation
Methods in jakarta.validation with type parameters of type ConstraintValidatorModifier and TypeMethodDescription<T extends ConstraintValidator<?,?>>
TConstraintValidatorFactory.getInstance(Class<T> key) Methods in jakarta.validation with parameters of type ConstraintValidatorModifier and TypeMethodDescriptionvoidConstraintValidatorFactory.releaseInstance(ConstraintValidator<?, ?> instance) SignalsConstraintValidatorFactorythat the instance is no longer being used by the Jakarta Bean Validation provider. -
Uses of ConstraintValidator in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return types with arguments of type ConstraintValidatorModifier and TypeMethodDescriptionList<Class<? extends ConstraintValidator<T,?>>> ConstraintDescriptor.getConstraintValidatorClasses()List of the constraint validation implementation classes. -
Uses of ConstraintValidator in org.hibernate.validator.cdi.internal
Methods in org.hibernate.validator.cdi.internal with type parameters of type ConstraintValidatorModifier and TypeMethodDescription<T extends ConstraintValidator<?,?>>
TInjectingConstraintValidatorFactory.getInstance(Class<T> key) Methods in org.hibernate.validator.cdi.internal with parameters of type ConstraintValidatorModifier and TypeMethodDescriptionvoidInjectingConstraintValidatorFactory.releaseInstance(ConstraintValidator<?, ?> instance) -
Uses of ConstraintValidator in org.hibernate.validator.cfg.context
Method parameters in org.hibernate.validator.cfg.context with type arguments of type ConstraintValidatorModifier and TypeMethodDescriptionConstraintDefinitionContext.validatedBy(Class<? extends ConstraintValidator<A, ?>> validator) Adds a new validator to validate this constraint. -
Uses of ConstraintValidator in org.hibernate.validator.constraintvalidation
Subinterfaces of ConstraintValidator in org.hibernate.validator.constraintvalidationModifier and TypeInterfaceDescriptioninterfaceHibernateConstraintValidator<A extends Annotation,T> Hibernate Validator specific extension to theConstraintValidatorcontract. -
Uses of ConstraintValidator in org.hibernate.validator.constraintvalidators
Classes in org.hibernate.validator.constraintvalidators that implement ConstraintValidatorModifier and TypeClassDescriptionclassValidate that the character sequence (e.g. string) is a valid URL using a regular expression. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators
Classes in org.hibernate.validator.internal.constraintvalidators that implement ConstraintValidatorModifier and TypeClassDescriptionclassAbstractEmailValidator<A extends Annotation>Checks that a given character sequence (e.g. string) is a well-formed email address. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv
Classes in org.hibernate.validator.internal.constraintvalidators.bv that implement ConstraintValidatorModifier and TypeClassDescriptionclassValidates that the value passed is falseclassValidates that the value passed is trueclassValidates that the character sequence (e.g. string) being validated consists of digits, and matches the pattern defined in the constraint.classValidates that theNumberbeing validated matches the pattern defined in the constraint.classChecks that a given character sequence (e.g. string) is a well-formed email address.classCheck that a character sequence is notnullnor empty after removing any leading or trailing whitespace.classValidate that the object is notnull.classValidate that the object isnullclass -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.money
Classes in org.hibernate.validator.internal.constraintvalidators.bv.money that implement ConstraintValidatorModifier and TypeClassDescriptionclassCheck that the validatedMonetaryAmountis in the rightCurrencyUnit.classCheck that the monetary amount being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classValidates that the number part of theMonetaryAmountbeing validated matches the pattern defined in the constraint.classCheck that the monetary amount being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated positive.classCheck that the number being validated positive.classCheck that the number being validated positive.classCheck that the number being validated positive. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.notempty
Classes in org.hibernate.validator.internal.constraintvalidators.bv.notempty that implement ConstraintValidatorModifier and TypeClassDescriptionclassCheck that the array is not null and not empty.classclassclassclassclassclassclassclassclassCheck that the character sequence is not null and its length is strictly superior to 0.classCheck that the collection is not null and not empty.classCheck that the map is not null and not empty. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.number.bound
Classes in org.hibernate.validator.internal.constraintvalidators.bv.number.bound that implement ConstraintValidatorModifier and TypeClassDescriptionclassCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the character sequence (e.g. string) validated represents a number, and has a value less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the character sequence (e.g. string) being validated represents a number, and has a value more than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal
Classes in org.hibernate.validator.internal.constraintvalidators.bv.number.bound.decimal that implement ConstraintValidatorModifier and TypeClassDescriptionclassCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the character sequence (e.g. string) being validated represents a number, and has a value less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is less than or equal to the maximum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the character sequence (e.g. string) being validated represents a number, and has a value greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified.classCheck that the number being validated is greater than or equal to the minimum value specified. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.number.sign
Classes in org.hibernate.validator.internal.constraintvalidators.bv.number.sign that implement ConstraintValidatorModifier and TypeClassDescriptionclassCheck that the number being validated is negative or zero.classCheck that the number being validated is negative or zero.classCheck that the number being validated is negative or zero.classCheck that the number being validated is negative or zero.classCheck that the number being validated is negative or zero.classCheck that the number being validated is negative or zero.classCheck that the number being validated is negative or zero.classCheck that the number being validated is negative or zero.classCheck that the number being validated is negative or zero.classCheck that the number being validated is negative or zero.classCheck that the number being validated is negative.classCheck that the number being validated is negative.classCheck that the number being validated is negative.classCheck that the number being validated is negative.classCheck that the number being validated is negative.classCheck that the number being validated is negative.classCheck that the number being validated is negative.classCheck that the number being validated is negative.classCheck that the number being validated is negative.classCheck that the number being validated is negative.classCheck that the number being validated is positive or zero.classCheck that the number being validated is positive or zero.classCheck that the number being validated is positive or zero.classCheck that the number being validated is positive or zero.classCheck that the number being validated is positive or zero.classCheck that the number being validated is positive or zero.classCheck that the number being validated positive or zero.classCheck that the number being validated positive or zero.classCheck that the number being validated is positive or zero.classCheck that the number being validated is positive or zero.classCheck that the number being validated is positive.classCheck that the number being validated is positive.classCheck that the number being validated is positive.classCheck that the number being validated is positive.classCheck that the number being validated is positive.classCheck that the number being validated is positive.classCheck that the number being validated positive.classCheck that the number being validated positive.classCheck that the number being validated is positive.classCheck that the number being validated is positive. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.size
Classes in org.hibernate.validator.internal.constraintvalidators.bv.size that implement ConstraintValidatorModifier and TypeClassDescriptionclassCheck that the length of an array is between min and maxclassclassclassclassclassclassclassclassclassCheck that the length of a character sequence is between min and max.classCheck that a collection's size is between min and max.classCheck that a map's size is between min and max. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time that implement ConstraintValidatorModifier and TypeClassDescriptionclassAbstractEpochBasedTimeValidator<C extends Annotation,T> Base class for all time validators that use an epoch to be compared to the time reference.classAbstractInstantBasedTimeValidator<C extends Annotation,T> Base class for all time validators that use anInstantto be compared to the time reference.classAbstractJavaTimeValidator<C extends Annotation,T extends TemporalAccessor & Comparable<? super T>> Base class for all time validators that are based on thejava.timepackage. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.future
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.future that implement ConstraintValidatorModifier and TypeClassDescriptionclassBase class for all@Futurevalidators that use an epoch to be compared to the time reference.classBase class for all@Futurevalidators that use anInstantto be compared to the time reference.classAbstractFutureJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@Futurevalidators that are based on thejava.timepackage.classCheck that thejava.util.Calendarpassed to be validated is in the future.classCheck that thejava.util.Datepassed to be validated is in the future.classCheck that thejava.time.chrono.HijrahDatepassed is in the future.classCheck that thejava.time.Instantpassed is in the future.classCheck that thejava.time.chrono.JapaneseDatepassed is in the future.classCheck that thejava.time.LocalDatepassed is in the future.classCheck that thejava.time.LocalDateTimepassed is in the future.classCheck that thejava.time.LocalTimepassed is in the future.classCheck that thejava.time.chrono.MinguoDatepassed is in the future.classCheck that thejava.time.MonthDaypassed is in the future.classCheck that thejava.time.OffsetDateTimepassed is in the future.classCheck that thejava.time.OffsetTimepassed is in the future.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.classCheck that thejava.time.Yearpassed is in the future.classCheck that thejava.time.YearMonthpassed is in the future.classCheck that thejava.time.ZonedDateTimepassed is in the future. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent that implement ConstraintValidatorModifier and TypeClassDescriptionclassBase class for all@FutureOrPresentvalidators that use an epoch to be compared to the time reference.classBase class for all@FutureOrPresentvalidators that use anInstantto be compared to the time reference.classAbstractFutureOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@FutureOrPresentvalidators that are based on thejava.timepackage.classCheck that thejava.util.Calendarpassed to be validated is in the future.classCheck that thejava.util.Datepassed to be validated is in the future.classCheck that thejava.time.chrono.HijrahDatepassed is in the future.classCheck that thejava.time.Instantpassed is in the future.classCheck that thejava.time.chrono.JapaneseDatepassed is in the future.classCheck that thejava.time.LocalDatepassed is in the future.classCheck that thejava.time.LocalDateTimepassed is in the future.classCheck that thejava.time.LocalTimepassed is in the future.classCheck that thejava.time.chrono.MinguoDatepassed is in the future.classCheck that thejava.time.MonthDaypassed is in the future.classCheck that thejava.time.OffsetDateTimepassed is in the future.classCheck that thejava.time.OffsetTimepassed is in the future.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.classCheck that thejava.time.Yearpassed is in the future.classCheck that thejava.time.YearMonthpassed is in the future.classCheck that thejava.time.ZonedDateTimepassed is in the future. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.past
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.past that implement ConstraintValidatorModifier and TypeClassDescriptionclassBase class for all@Pastvalidators that use an epoch to be compared to the time reference.classBase class for all@Pastvalidators that use anInstantto be compared to the time reference.classAbstractPastJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@Pastvalidators that are based on thejava.timepackage.classCheck that thejava.util.Calendarpassed to be validated is in the past.classCheck that thejava.util.Datepassed to be validated is in the past.classCheck that thejava.time.chrono.HijrahDatepassed is in the past.classCheck that thejava.time.Instantpassed is in the past.classCheck that thejava.time.chrono.JapaneseDatepassed is in the past.classCheck that thejava.time.LocalDatepassed is in the past.classCheck that thejava.time.LocalDateTimepassed is in the past.classCheck that thejava.time.LocalTimepassed is in the past.classCheck that thejava.time.chrono.MinguoDatepassed is in the past.classCheck that thejava.time.MonthDaypassed is in the past.classCheck that thejava.time.OffsetDateTimepassed is in the past.classCheck that thejava.time.OffsetTimepassed is in the past.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.classCheck that thejava.time.Yearpassed is in the past.classCheck that thejava.time.YearMonthpassed is in the past.classCheck that thejava.time.ZonedDateTimepassed is in the past. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Classes in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent that implement ConstraintValidatorModifier and TypeClassDescriptionclassBase class for all@PastOrPresentvalidators that use an epoch to be compared to the time reference.classBase class for all@PastOrPresentvalidators that use anInstantto be compared to the time reference.classAbstractPastOrPresentJavaTimeValidator<T extends TemporalAccessor & Comparable<? super T>>Base class for all@PastOrPresentvalidators that are based on thejava.timepackage.classCheck that thejava.util.Calendarpassed to be validated is in the past.classCheck that thejava.util.Datepassed to be validated is in the past.classCheck that thejava.time.chrono.HijrahDatepassed is in the past.classCheck that thejava.time.Instantpassed is in the past.classCheck that thejava.time.chrono.JapaneseDatepassed is in the past.classCheck that thejava.time.LocalDatepassed is in the past.classCheck that thejava.time.LocalDateTimepassed is in the past.classCheck that thejava.time.LocalTimepassed is in the past.classCheck that thejava.time.chrono.MinguoDatepassed is in the past.classCheck that thejava.time.MonthDaypassed is in the past.classCheck that thejava.time.OffsetDateTimepassed is in the past.classCheck that thejava.time.OffsetTimepassed is in the past.classCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.classCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.classCheck that thejava.time.Yearpassed is in the past.classCheck that thejava.time.YearMonthpassed is in the past.classCheck that thejava.time.ZonedDateTimepassed is in the past. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.hv
Classes in org.hibernate.validator.internal.constraintvalidators.hv that implement ConstraintValidatorModifier and TypeClassDescriptionclassAbstractScriptAssertValidator<A extends Annotation,T> classCheck that the code point length of a character sequence is between min and max.classChecks that a given character sequence (e.g. string) is a valid EAN barcode.classChecks that a given character sequence (e.g. string) is a well-formed email address.classChecks that a given character sequence (e.g. string) is a valid ISBN.classCheck that the character sequence length is between min and max.classLuhn algorithm checksum validator http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digitclassMod10 (Luhn algorithm implementation) Check validator http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digitclassMod11 Check Digit validator http://en.wikipedia.org/wiki/Check_digitclassDeprecated.classCheck that a character sequence is normalized.classCheck that a character sequence's (e.g. string) trimmed length is not empty.classValidator for theParameterScriptAssertconstraint annotation.classValidator for theScriptAssertconstraint annotation.classValidates that the provided collection only contains unique elements, i.e. that we can't find 2 equal elements in the collection.classValidate that the character sequence (e.g. string) is a valid URL using thejava.net.URLconstructor.classChecks that the annotated character sequence is a valid UUID. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.hv.br
Classes in org.hibernate.validator.internal.constraintvalidators.hv.br that implement ConstraintValidator -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.hv.pl
Classes in org.hibernate.validator.internal.constraintvalidators.hv.pl that implement ConstraintValidatorModifier and TypeClassDescriptionclassValidator forNIP.classValidator forPESEL.classPolishNumberValidator<T extends Annotation>A base class validator for different Polish identification numbers.classValidator forREGON. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.hv.ru
Classes in org.hibernate.validator.internal.constraintvalidators.hv.ru that implement ConstraintValidatorModifier and TypeClassDescriptionclassChecks that a given character sequence (e.g. string) is a valid INN. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.hv.time
Classes in org.hibernate.validator.internal.constraintvalidators.hv.time that implement ConstraintValidator -
Uses of ConstraintValidator in org.hibernate.validator.internal.engine.constraintvalidation
Methods in org.hibernate.validator.internal.engine.constraintvalidation with type parameters of type ConstraintValidatorModifier and TypeMethodDescriptionfinal <T extends ConstraintValidator<?,?>>
TConstraintValidatorFactoryImpl.getInstance(Class<T> key) Methods in org.hibernate.validator.internal.engine.constraintvalidation that return ConstraintValidatorModifier and TypeMethodDescriptionprotected <A extends Annotation>
ConstraintValidator<A,?> AbstractConstraintValidatorManagerImpl.createAndInitializeValidator(Type validatedValueType, ConstraintDescriptorImpl<A> descriptor, ConstraintValidatorFactory constraintValidatorFactory, HibernateConstraintValidatorInitializationContext initializationContext) protected final ConstraintValidator<A,?> ConstraintTree.getInitializedConstraintValidator(ValidationContext<?> validationContext, ValueContext<?, ?> valueContext) <A extends Annotation>
ConstraintValidator<A,?> ConstraintValidatorManager.getInitializedValidator(Type validatedValueType, ConstraintDescriptorImpl<A> descriptor, ConstraintValidatorFactory constraintValidatorFactory, HibernateConstraintValidatorInitializationContext initializationContext) <A extends Annotation>
ConstraintValidator<A,?> ConstraintValidatorManagerImpl.getInitializedValidator(Type validatedValueType, ConstraintDescriptorImpl<A> descriptor, ConstraintValidatorFactory constraintValidatorFactory, HibernateConstraintValidatorInitializationContext initializationContext) <A extends Annotation>
ConstraintValidator<A,?> PredefinedScopeConstraintValidatorManagerImpl.getInitializedValidator(Type validatedValueType, ConstraintDescriptorImpl<A> descriptor, ConstraintValidatorFactory constraintValidatorFactory, HibernateConstraintValidatorInitializationContext initializationContext) ConstraintValidatorDescriptor.newInstance(ConstraintValidatorFactory constraintValidatorFactory) Creates a new instance of the represented implementation type.Methods in org.hibernate.validator.internal.engine.constraintvalidation that return types with arguments of type ConstraintValidatorModifier and TypeMethodDescriptionClass<? extends ConstraintValidator<A,?>> ConstraintValidatorDescriptor.getValidatorClass()The implementation type of the represented validator.Methods in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ConstraintValidatorModifier and TypeMethodDescriptionvoidConstraintValidatorFactoryImpl.releaseInstance(ConstraintValidator<?, ?> instance) protected final <V> Optional<ConstraintValidatorContextImpl>ConstraintTree.validateSingleConstraint(ValueContext<?, ?> valueContext, ConstraintValidatorContextImpl constraintValidatorContext, ConstraintValidator<A, V> validator) Method parameters in org.hibernate.validator.internal.engine.constraintvalidation with type arguments of type ConstraintValidatorModifier and TypeMethodDescriptionstatic <A extends Annotation>
ConstraintValidatorDescriptor<A>ConstraintValidatorDescriptor.forBuiltinClass(Class<? extends ConstraintValidator<A, ?>> validatorClass, Class<? extends Annotation> constraintAnnotationType) static <A extends Annotation>
ConstraintValidatorDescriptor<A>ConstraintValidatorDescriptor.forClass(Class<? extends ConstraintValidator<A, ?>> validatorClass, Class<? extends Annotation> constraintAnnotationType) -
Uses of ConstraintValidator in org.hibernate.validator.internal.metadata.descriptor
Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type ConstraintValidatorModifier and TypeMethodDescriptionList<Class<? extends ConstraintValidator<T,?>>> ConstraintDescriptorImpl.getConstraintValidatorClasses() -
Uses of ConstraintValidator in org.hibernate.validator.internal.util
Method parameters in org.hibernate.validator.internal.util with type arguments of type ConstraintValidatorModifier and TypeMethodDescriptionstatic TypeTypeHelper.extractConstraintType(Class<? extends ConstraintValidator<?, ?>> validator) static TypeTypeHelper.extractConstraintValidatorTypeArgumentType(Class<? extends ConstraintValidator<?, ?>> validator, int typeArgumentIndex) static TypeTypeHelper.extractValidatedType(Class<? extends ConstraintValidator<?, ?>> validator) -
Uses of ConstraintValidator in org.hibernate.validator.internal.util.logging
Method parameters in org.hibernate.validator.internal.util.logging with type arguments of type ConstraintValidatorModifier and TypeMethodDescriptionLog_$logger.getConstraintValidatorDefinitionConstraintMismatchException(Class<? extends ConstraintValidator<?, ?>> constraintValidatorImplementationType, Class<? extends Annotation> registeredConstraintAnnotationType, Type declaredConstraintAnnotationType) Log.getConstraintValidatorDefinitionConstraintMismatchException(Class<? extends ConstraintValidator<?, ?>> constraintValidatorImplementationType, Class<? extends Annotation> registeredConstraintAnnotationType, Type declaredConstraintAnnotationType) final ValidationExceptionLog_$logger.getConstraintValidatorFactoryMustNotReturnNullException(Class<? extends ConstraintValidator<?, ?>> validatorClass) Log.getConstraintValidatorFactoryMustNotReturnNullException(Class<? extends ConstraintValidator<?, ?>> validatorClass) final ValidationExceptionLog_$logger.getUnableToInitializeConstraintValidatorException(Class<? extends ConstraintValidator> validatorClass, RuntimeException e) Log.getUnableToInitializeConstraintValidatorException(Class<? extends ConstraintValidator> validatorClass, RuntimeException e)
Mod10CheckValidatorandMod11CheckValidator