Uses of Interface
jakarta.validation.ConstraintValidator
-
-
Uses of ConstraintValidator in jakarta.validation
Methods in jakarta.validation with type parameters of type ConstraintValidator Modifier and Type Method Description <T extends ConstraintValidator<?,?>>
TConstraintValidatorFactory. getInstance(Class<T> key)Methods in jakarta.validation that return types with arguments of type ConstraintValidator Modifier and Type Method Description Class<? extends ConstraintValidator<?,?>>[]validatedBy()ConstraintValidatorclasses implementing the constraint.Methods in jakarta.validation with parameters of type ConstraintValidator Modifier and Type Method Description voidConstraintValidatorFactory. 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 ConstraintValidator Modifier and Type Method Description List<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 ConstraintValidator Modifier and Type Method Description <T extends ConstraintValidator<?,?>>
TInjectingConstraintValidatorFactory. getInstance(Class<T> key)Methods in org.hibernate.validator.cdi.internal with parameters of type ConstraintValidator Modifier and Type Method Description voidInjectingConstraintValidatorFactory. 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 ConstraintValidator Modifier and Type Method Description ConstraintDefinitionContext<A>ConstraintDefinitionContext. 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.constraintvalidation Modifier and Type Interface Description interfaceHibernateConstraintValidator<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 ConstraintValidator Modifier and Type Class Description classRegexpURLValidatorValidate that the character sequence (e.g. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators
Classes in org.hibernate.validator.internal.constraintvalidators that implement ConstraintValidator Modifier and Type Class Description classAbstractEmailValidator<A extends Annotation>Checks that a given character sequence (e.g. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv
Classes in org.hibernate.validator.internal.constraintvalidators.bv that implement ConstraintValidator Modifier and Type Class Description classAssertFalseValidatorValidates that the value passed is falseclassAssertTrueValidatorValidates that the value passed is trueclassDigitsValidatorForCharSequenceValidates that the character sequence (e.g.classDigitsValidatorForNumberValidates that theNumberbeing validated matches the pattern defined in the constraint.classEmailValidatorChecks that a given character sequence (e.g.classNotBlankValidatorCheck that a character sequence is notnullnor empty after removing any leading or trailing whitespace.classNotNullValidatorValidate that the object is notnull.classNullValidatorValidate that the object isnullclassPatternValidator -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.bv.money
Classes in org.hibernate.validator.internal.constraintvalidators.bv.money that implement ConstraintValidator Modifier and Type Class Description classCurrencyValidatorForMonetaryAmountCheck that the validatedMonetaryAmountis in the rightCurrencyUnit.classDecimalMaxValidatorForMonetaryAmountCheck that the monetary amount being validated is less than or equal to the maximum value specified.classDecimalMinValidatorForMonetaryAmountCheck that the number being validated is less than or equal to the maximum value specified.classDigitsValidatorForMonetaryAmountValidates that the number part of theMonetaryAmountbeing validated matches the pattern defined in the constraint.classMaxValidatorForMonetaryAmountCheck that the monetary amount being validated is less than or equal to the maximum value specified.classMinValidatorForMonetaryAmountCheck that the number being validated is less than or equal to the maximum value specified.classNegativeOrZeroValidatorForMonetaryAmountCheck that the number being validated positive.classNegativeValidatorForMonetaryAmountCheck that the number being validated positive.classPositiveOrZeroValidatorForMonetaryAmountCheck that the number being validated positive.classPositiveValidatorForMonetaryAmountCheck 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 ConstraintValidator Modifier and Type Class Description classNotEmptyValidatorForArrayCheck that the array is not null and not empty.classNotEmptyValidatorForArraysOfBooleanclassNotEmptyValidatorForArraysOfByteclassNotEmptyValidatorForArraysOfCharclassNotEmptyValidatorForArraysOfDoubleclassNotEmptyValidatorForArraysOfFloatclassNotEmptyValidatorForArraysOfIntclassNotEmptyValidatorForArraysOfLongclassNotEmptyValidatorForArraysOfShortclassNotEmptyValidatorForCharSequenceCheck that the character sequence is not null and its length is strictly superior to 0.classNotEmptyValidatorForCollectionCheck that the collection is not null and not empty.classNotEmptyValidatorForMapCheck 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 ConstraintValidator Modifier and Type Class Description classAbstractMaxValidator<T>Check that the number being validated is less than or equal to the maximum value specified.classAbstractMinValidator<T>Check that the number being validated is greater than or equal to the minimum value specified.classMaxValidatorForBigDecimalCheck that the number being validated is less than or equal to the maximum value specified.classMaxValidatorForBigIntegerCheck that the number being validated is less than or equal to the maximum value specified.classMaxValidatorForByteCheck that the number being validated is less than or equal to the maximum value specified.classMaxValidatorForCharSequenceCheck that the character sequence (e.g.classMaxValidatorForDoubleCheck that the number being validated is less than or equal to the maximum value specified.classMaxValidatorForFloatCheck that the number being validated is less than or equal to the maximum value specified.classMaxValidatorForIntegerCheck that the number being validated is less than or equal to the maximum value specified.classMaxValidatorForLongCheck that the number being validated is less than or equal to the maximum value specified.classMaxValidatorForNumberCheck that the number being validated is less than or equal to the maximum value specified.classMaxValidatorForShortCheck that the number being validated is less than or equal to the maximum value specified.classMinValidatorForBigDecimalCheck that the number being validated is greater than or equal to the minimum value specified.classMinValidatorForBigIntegerCheck that the number being validated is greater than or equal to the minimum value specified.classMinValidatorForByteCheck that the number being validated is greater than or equal to the minimum value specified.classMinValidatorForCharSequenceCheck that the character sequence (e.g.classMinValidatorForDoubleCheck that the number being validated is greater than or equal to the minimum value specified.classMinValidatorForFloatCheck that the number being validated is greater than or equal to the minimum value specified.classMinValidatorForIntegerCheck that the number being validated is greater than or equal to the minimum value specified.classMinValidatorForLongCheck that the number being validated is greater than or equal to the minimum value specified.classMinValidatorForNumberCheck that the number being validated is greater than or equal to the minimum value specified.classMinValidatorForShortCheck 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 ConstraintValidator Modifier and Type Class Description classAbstractDecimalMaxValidator<T>Check that the number being validated is less than or equal to the maximum value specified.classAbstractDecimalMinValidator<T>Check that the number being validated is greater than or equal to the minimum value specified.classDecimalMaxValidatorForBigDecimalCheck that the number being validated is less than or equal to the maximum value specified.classDecimalMaxValidatorForBigIntegerCheck that the number being validated is less than or equal to the maximum value specified.classDecimalMaxValidatorForByteCheck that the number being validated is less than or equal to the maximum value specified.classDecimalMaxValidatorForCharSequenceCheck that the character sequence (e.g.classDecimalMaxValidatorForDoubleCheck that the number being validated is less than or equal to the maximum value specified.classDecimalMaxValidatorForFloatCheck that the number being validated is less than or equal to the maximum value specified.classDecimalMaxValidatorForIntegerCheck that the number being validated is less than or equal to the maximum value specified.classDecimalMaxValidatorForLongCheck that the number being validated is less than or equal to the maximum value specified.classDecimalMaxValidatorForNumberCheck that the number being validated is less than or equal to the maximum value specified.classDecimalMaxValidatorForShortCheck that the number being validated is less than or equal to the maximum value specified.classDecimalMinValidatorForBigDecimalCheck that the number being validated is greater than or equal to the minimum value specified.classDecimalMinValidatorForBigIntegerCheck that the number being validated is greater than or equal to the minimum value specified.classDecimalMinValidatorForByteCheck that the number being validated is greater than or equal to the minimum value specified.classDecimalMinValidatorForCharSequenceCheck that the character sequence (e.g.classDecimalMinValidatorForDoubleCheck that the number being validated is greater than or equal to the minimum value specified.classDecimalMinValidatorForFloatCheck that the number being validated is greater than or equal to the minimum value specified.classDecimalMinValidatorForIntegerCheck that the number being validated is greater than or equal to the minimum value specified.classDecimalMinValidatorForLongCheck that the number being validated is greater than or equal to the minimum value specified.classDecimalMinValidatorForNumberCheck that the number being validated is greater than or equal to the minimum value specified.classDecimalMinValidatorForShortCheck 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 ConstraintValidator Modifier and Type Class Description classNegativeOrZeroValidatorForBigDecimalCheck that the number being validated is negative or zero.classNegativeOrZeroValidatorForBigIntegerCheck that the number being validated is negative or zero.classNegativeOrZeroValidatorForByteCheck that the number being validated is negative or zero.classNegativeOrZeroValidatorForCharSequenceCheck that the number being validated is negative or zero.classNegativeOrZeroValidatorForDoubleCheck that the number being validated is negative or zero.classNegativeOrZeroValidatorForFloatCheck that the number being validated is negative or zero.classNegativeOrZeroValidatorForIntegerCheck that the number being validated is negative or zero.classNegativeOrZeroValidatorForLongCheck that the number being validated is negative or zero.classNegativeOrZeroValidatorForNumberCheck that the number being validated is negative or zero.classNegativeOrZeroValidatorForShortCheck that the number being validated is negative or zero.classNegativeValidatorForBigDecimalCheck that the number being validated is negative.classNegativeValidatorForBigIntegerCheck that the number being validated is negative.classNegativeValidatorForByteCheck that the number being validated is negative.classNegativeValidatorForCharSequenceCheck that the number being validated is negative.classNegativeValidatorForDoubleCheck that the number being validated is negative.classNegativeValidatorForFloatCheck that the number being validated is negative.classNegativeValidatorForIntegerCheck that the number being validated is negative.classNegativeValidatorForLongCheck that the number being validated is negative.classNegativeValidatorForNumberCheck that the number being validated is negative.classNegativeValidatorForShortCheck that the number being validated is negative.classPositiveOrZeroValidatorForBigDecimalCheck that the number being validated is positive or zero.classPositiveOrZeroValidatorForBigIntegerCheck that the number being validated is positive or zero.classPositiveOrZeroValidatorForByteCheck that the number being validated is positive or zero.classPositiveOrZeroValidatorForCharSequenceCheck that the number being validated is positive or zero.classPositiveOrZeroValidatorForDoubleCheck that the number being validated is positive or zero.classPositiveOrZeroValidatorForFloatCheck that the number being validated is positive or zero.classPositiveOrZeroValidatorForIntegerCheck that the number being validated positive or zero.classPositiveOrZeroValidatorForLongCheck that the number being validated positive or zero.classPositiveOrZeroValidatorForNumberCheck that the number being validated is positive or zero.classPositiveOrZeroValidatorForShortCheck that the number being validated is positive or zero.classPositiveValidatorForBigDecimalCheck that the number being validated is positive.classPositiveValidatorForBigIntegerCheck that the number being validated is positive.classPositiveValidatorForByteCheck that the number being validated is positive.classPositiveValidatorForCharSequenceCheck that the number being validated is positive.classPositiveValidatorForDoubleCheck that the number being validated is positive.classPositiveValidatorForFloatCheck that the number being validated is positive.classPositiveValidatorForIntegerCheck that the number being validated positive.classPositiveValidatorForLongCheck that the number being validated positive.classPositiveValidatorForNumberCheck that the number being validated is positive.classPositiveValidatorForShortCheck 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 ConstraintValidator Modifier and Type Class Description classSizeValidatorForArrayCheck that the length of an array is between min and maxclassSizeValidatorForArraysOfBooleanclassSizeValidatorForArraysOfByteclassSizeValidatorForArraysOfCharclassSizeValidatorForArraysOfDoubleclassSizeValidatorForArraysOfFloatclassSizeValidatorForArraysOfIntclassSizeValidatorForArraysOfLongclassSizeValidatorForArraysOfShortclassSizeValidatorForCharSequenceCheck that the length of a character sequence is between min and max.classSizeValidatorForCollectionCheck that a collection's size is between min and max.classSizeValidatorForMapCheck 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 ConstraintValidator Modifier and Type Class Description classAbstractEpochBasedTimeValidator<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 ConstraintValidator Modifier and Type Class Description classAbstractFutureEpochBasedValidator<T>Base class for all@Futurevalidators that use an epoch to be compared to the time reference.classAbstractFutureInstantBasedValidator<T>Base 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.classFutureValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the future.classFutureValidatorForDateCheck that thejava.util.Datepassed to be validated is in the future.classFutureValidatorForHijrahDateCheck that thejava.time.chrono.HijrahDatepassed is in the future.classFutureValidatorForInstantCheck that thejava.time.Instantpassed is in the future.classFutureValidatorForJapaneseDateCheck that thejava.time.chrono.JapaneseDatepassed is in the future.classFutureValidatorForLocalDateCheck that thejava.time.LocalDatepassed is in the future.classFutureValidatorForLocalDateTimeCheck that thejava.time.LocalDateTimepassed is in the future.classFutureValidatorForLocalTimeCheck that thejava.time.LocalTimepassed is in the future.classFutureValidatorForMinguoDateCheck that thejava.time.chrono.MinguoDatepassed is in the future.classFutureValidatorForMonthDayCheck that thejava.time.MonthDaypassed is in the future.classFutureValidatorForOffsetDateTimeCheck that thejava.time.OffsetDateTimepassed is in the future.classFutureValidatorForOffsetTimeCheck that thejava.time.OffsetTimepassed is in the future.classFutureValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classFutureValidatorForReadablePartialCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future.classFutureValidatorForThaiBuddhistDateCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.classFutureValidatorForYearCheck that thejava.time.Yearpassed is in the future.classFutureValidatorForYearMonthCheck that thejava.time.YearMonthpassed is in the future.classFutureValidatorForZonedDateTimeCheck 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 ConstraintValidator Modifier and Type Class Description classAbstractFutureOrPresentEpochBasedValidator<T>Base class for all@FutureOrPresentvalidators that use an epoch to be compared to the time reference.classAbstractFutureOrPresentInstantBasedValidator<T>Base 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.classFutureOrPresentValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the future.classFutureOrPresentValidatorForDateCheck that thejava.util.Datepassed to be validated is in the future.classFutureOrPresentValidatorForHijrahDateCheck that thejava.time.chrono.HijrahDatepassed is in the future.classFutureOrPresentValidatorForInstantCheck that thejava.time.Instantpassed is in the future.classFutureOrPresentValidatorForJapaneseDateCheck that thejava.time.chrono.JapaneseDatepassed is in the future.classFutureOrPresentValidatorForLocalDateCheck that thejava.time.LocalDatepassed is in the future.classFutureOrPresentValidatorForLocalDateTimeCheck that thejava.time.LocalDateTimepassed is in the future.classFutureOrPresentValidatorForLocalTimeCheck that thejava.time.LocalTimepassed is in the future.classFutureOrPresentValidatorForMinguoDateCheck that thejava.time.chrono.MinguoDatepassed is in the future.classFutureOrPresentValidatorForMonthDayCheck that thejava.time.MonthDaypassed is in the future.classFutureOrPresentValidatorForOffsetDateTimeCheck that thejava.time.OffsetDateTimepassed is in the future.classFutureOrPresentValidatorForOffsetTimeCheck that thejava.time.OffsetTimepassed is in the future.classFutureOrPresentValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the future.classFutureOrPresentValidatorForReadablePartialCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the future.classFutureOrPresentValidatorForThaiBuddhistDateCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the future.classFutureOrPresentValidatorForYearCheck that thejava.time.Yearpassed is in the future.classFutureOrPresentValidatorForYearMonthCheck that thejava.time.YearMonthpassed is in the future.classFutureOrPresentValidatorForZonedDateTimeCheck 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 ConstraintValidator Modifier and Type Class Description classAbstractPastEpochBasedValidator<T>Base class for all@Pastvalidators that use an epoch to be compared to the time reference.classAbstractPastInstantBasedValidator<T>Base 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.classPastValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the past.classPastValidatorForDateCheck that thejava.util.Datepassed to be validated is in the past.classPastValidatorForHijrahDateCheck that thejava.time.chrono.HijrahDatepassed is in the past.classPastValidatorForInstantCheck that thejava.time.Instantpassed is in the past.classPastValidatorForJapaneseDateCheck that thejava.time.chrono.JapaneseDatepassed is in the past.classPastValidatorForLocalDateCheck that thejava.time.LocalDatepassed is in the past.classPastValidatorForLocalDateTimeCheck that thejava.time.LocalDateTimepassed is in the past.classPastValidatorForLocalTimeCheck that thejava.time.LocalTimepassed is in the past.classPastValidatorForMinguoDateCheck that thejava.time.chrono.MinguoDatepassed is in the past.classPastValidatorForMonthDayCheck that thejava.time.MonthDaypassed is in the past.classPastValidatorForOffsetDateTimeCheck that thejava.time.OffsetDateTimepassed is in the past.classPastValidatorForOffsetTimeCheck that thejava.time.OffsetTimepassed is in the past.classPastValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classPastValidatorForReadablePartialCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.classPastValidatorForThaiBuddhistDateCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.classPastValidatorForYearCheck that thejava.time.Yearpassed is in the past.classPastValidatorForYearMonthCheck that thejava.time.YearMonthpassed is in the past.classPastValidatorForZonedDateTimeCheck 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 ConstraintValidator Modifier and Type Class Description classAbstractPastOrPresentEpochBasedValidator<T>Base class for all@PastOrPresentvalidators that use an epoch to be compared to the time reference.classAbstractPastOrPresentInstantBasedValidator<T>Base 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.classPastOrPresentValidatorForCalendarCheck that thejava.util.Calendarpassed to be validated is in the past.classPastOrPresentValidatorForDateCheck that thejava.util.Datepassed to be validated is in the past.classPastOrPresentValidatorForHijrahDateCheck that thejava.time.chrono.HijrahDatepassed is in the past.classPastOrPresentValidatorForInstantCheck that thejava.time.Instantpassed is in the past.classPastOrPresentValidatorForJapaneseDateCheck that thejava.time.chrono.JapaneseDatepassed is in the past.classPastOrPresentValidatorForLocalDateCheck that thejava.time.LocalDatepassed is in the past.classPastOrPresentValidatorForLocalDateTimeCheck that thejava.time.LocalDateTimepassed is in the past.classPastOrPresentValidatorForLocalTimeCheck that thejava.time.LocalTimepassed is in the past.classPastOrPresentValidatorForMinguoDateCheck that thejava.time.chrono.MinguoDatepassed is in the past.classPastOrPresentValidatorForMonthDayCheck that thejava.time.MonthDaypassed is in the past.classPastOrPresentValidatorForOffsetDateTimeCheck that thejava.time.OffsetDateTimepassed is in the past.classPastOrPresentValidatorForOffsetTimeCheck that thejava.time.OffsetTimepassed is in the past.classPastOrPresentValidatorForReadableInstantCheck if Joda Time type who implementsimport org.joda.time.ReadableInstantis in the past.classPastOrPresentValidatorForReadablePartialCheck if Joda Time type who implementsorg.joda.time.ReadablePartialis in the past.classPastOrPresentValidatorForThaiBuddhistDateCheck that thejava.time.chrono.ThaiBuddhistDatepassed is in the past.classPastOrPresentValidatorForYearCheck that thejava.time.Yearpassed is in the past.classPastOrPresentValidatorForYearMonthCheck that thejava.time.YearMonthpassed is in the past.classPastOrPresentValidatorForZonedDateTimeCheck 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 ConstraintValidator Modifier and Type Class Description classAbstractScriptAssertValidator<A extends Annotation,T>classCodePointLengthValidatorCheck that the code point length of a character sequence is between min and max.classEANValidatorChecks that a given character sequence (e.g.classEmailValidatorChecks that a given character sequence (e.g.classISBNValidatorChecks that a given character sequence (e.g.classLengthValidatorCheck that the character sequence length is between min and max.classLuhnCheckValidatorLuhn algorithm checksum validator http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digitclassMod10CheckValidatorMod10 (Luhn algorithm implementation) Check validator http://en.wikipedia.org/wiki/Luhn_algorithm http://en.wikipedia.org/wiki/Check_digitclassMod11CheckValidatorMod11 Check Digit validator http://en.wikipedia.org/wiki/Check_digitclassModCheckValidatorDeprecated.As of release 5.1.0, replaced byMod10CheckValidatorandMod11CheckValidatorclassNormalizedValidatorCheck that a character sequence is normalized.classNotBlankValidatorCheck that a character sequence's (e.g.classParameterScriptAssertValidatorValidator for theParameterScriptAssertconstraint annotation.classScriptAssertValidatorValidator for theScriptAssertconstraint annotation.classUniqueElementsValidatorValidates that the provided collection only contains unique elements, i.e.classURLValidatorValidate that the character sequence (e.g.classUUIDValidatorChecks 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 Modifier and Type Class Description classCNPJValidatorclassCPFValidator -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.hv.pl
Classes in org.hibernate.validator.internal.constraintvalidators.hv.pl that implement ConstraintValidator Modifier and Type Class Description classNIPValidatorValidator forNIP.classPESELValidatorValidator forPESEL.classPolishNumberValidator<T extends Annotation>A base class validator for different Polish identification numbers.classREGONValidatorValidator forREGON. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.hv.ru
Classes in org.hibernate.validator.internal.constraintvalidators.hv.ru that implement ConstraintValidator Modifier and Type Class Description classINNValidatorChecks that a given character sequence (e.g. -
Uses of ConstraintValidator in org.hibernate.validator.internal.constraintvalidators.hv.time
Classes in org.hibernate.validator.internal.constraintvalidators.hv.time that implement ConstraintValidator Modifier and Type Class Description classDurationMaxValidatorChecks that a validatedDurationlength is shorter than or equal to the one specified with the annotation.classDurationMinValidatorChecks that a validatedDurationlength is longer than or equal to the one specified with the annotation. -
Uses of ConstraintValidator in org.hibernate.validator.internal.engine.constraintvalidation
Methods in org.hibernate.validator.internal.engine.constraintvalidation with type parameters of type ConstraintValidator Modifier and Type Method Description <T extends ConstraintValidator<?,?>>
TConstraintValidatorFactoryImpl. getInstance(Class<T> key)Methods in org.hibernate.validator.internal.engine.constraintvalidation that return ConstraintValidator Modifier and Type Method Description protected <A extends Annotation>
ConstraintValidator<A,?>AbstractConstraintValidatorManagerImpl. createAndInitializeValidator(Type validatedValueType, ConstraintDescriptorImpl<A> descriptor, ConstraintValidatorFactory constraintValidatorFactory, HibernateConstraintValidatorInitializationContext initializationContext)protected 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)ConstraintValidator<A,?>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 ConstraintValidator Modifier and Type Method Description Class<? extends ConstraintValidator<A,?>>ConstraintValidatorDescriptor. getValidatorClass()The implementation type of the represented validator.Methods in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ConstraintValidator Modifier and Type Method Description voidConstraintValidatorFactoryImpl. releaseInstance(ConstraintValidator<?,?> instance)protected <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 ConstraintValidator Modifier and Type Method Description static <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 ConstraintValidator Modifier and Type Method Description List<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 ConstraintValidator Modifier and Type Method Description static 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
-