Uses of Class
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent.AbstractPastOrPresentJavaTimeValidator
Packages that use AbstractPastOrPresentJavaTimeValidator
Package
Description
Constraint validator implementations of the Bean Validation
PastOrPresent
constraint.-
Uses of AbstractPastOrPresentJavaTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent
Subclasses of AbstractPastOrPresentJavaTimeValidator in org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresentModifier and TypeClassDescriptionclass
Check that thejava.time.chrono.HijrahDate
passed is in the past.class
Check that thejava.time.Instant
passed is in the past.class
Check that thejava.time.chrono.JapaneseDate
passed is in the past.class
Check that thejava.time.LocalDate
passed is in the past.class
Check that thejava.time.LocalDateTime
passed is in the past.class
Check that thejava.time.LocalTime
passed is in the past.class
Check that thejava.time.chrono.MinguoDate
passed is in the past.class
Check that thejava.time.MonthDay
passed is in the past.class
Check that thejava.time.OffsetDateTime
passed is in the past.class
Check that thejava.time.OffsetTime
passed is in the past.class
Check that thejava.time.chrono.ThaiBuddhistDate
passed is in the past.class
Check that thejava.time.Year
passed is in the past.class
Check that thejava.time.YearMonth
passed is in the past.class
Check that thejava.time.ZonedDateTime
passed is in the past.