Package org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
package org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent
Constraint validator implementations of the Bean Validation
FutureOrPresent
constraint.-
ClassesClassDescriptionBase class for all
@FutureOrPresent
validators that use an epoch to be compared to the time reference.Base class for all@FutureOrPresent
validators that use anInstant
to be compared to the time reference.Base class for all@FutureOrPresent
validators that are based on thejava.time
package.Check that thejava.util.Calendar
passed to be validated is in the future.Check that thejava.util.Date
passed to be validated is in the future.Check that thejava.time.chrono.HijrahDate
passed is in the future.Check that thejava.time.Instant
passed is in the future.Check that thejava.time.chrono.JapaneseDate
passed is in the future.Check that thejava.time.LocalDate
passed is in the future.Check that thejava.time.LocalDateTime
passed is in the future.Check that thejava.time.LocalTime
passed is in the future.Check that thejava.time.chrono.MinguoDate
passed is in the future.Check that thejava.time.MonthDay
passed is in the future.Check that thejava.time.OffsetDateTime
passed is in the future.Check that thejava.time.OffsetTime
passed is in the future.Check if Joda Time type who implementsimport org.joda.time.ReadableInstant
is in the future.Check if Joda Time type who implementsorg.joda.time.ReadablePartial
is in the future.Check that thejava.time.chrono.ThaiBuddhistDate
passed is in the future.Check that thejava.time.Year
passed is in the future.Check that thejava.time.YearMonth
passed is in the future.Check that thejava.time.ZonedDateTime
passed is in the future.