Package | Description |
---|---|
org.hibernate.validator.internal.constraintvalidators.bv.time.future |
Constraint validator implementations of the Bean Validation
Future constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent |
Constraint validator implementations of the Bean Validation
FutureOrPresent constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.time.past |
Constraint validator implementations of the Bean Validation
Past constraint. |
org.hibernate.validator.internal.constraintvalidators.bv.time.pastorpresent |
Constraint validator implementations of the Bean Validation
PastOrPresent constraint. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFutureEpochBasedValidator<T>
Base class for all
@Future validators that use an epoch to be compared to the time reference. |
class |
FutureValidatorForReadableInstant
Check if Joda Time type who implements
import org.joda.time.ReadableInstant is in the future. |
class |
FutureValidatorForReadablePartial
Check if Joda Time type who implements
org.joda.time.ReadablePartial is in the future. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFutureOrPresentEpochBasedValidator<T>
Base class for all
@FutureOrPresent validators that use an epoch to be compared to the time reference. |
class |
FutureOrPresentValidatorForReadableInstant
Check if Joda Time type who implements
import org.joda.time.ReadableInstant is in the future. |
class |
FutureOrPresentValidatorForReadablePartial
Check if Joda Time type who implements
org.joda.time.ReadablePartial is in the future. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPastEpochBasedValidator<T>
Base class for all
@Past validators that use an epoch to be compared to the time reference. |
class |
PastValidatorForReadableInstant
Check if Joda Time type who implements
import org.joda.time.ReadableInstant is in the past. |
class |
PastValidatorForReadablePartial
Check if Joda Time type who implements
org.joda.time.ReadablePartial is in the past. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPastOrPresentEpochBasedValidator<T>
Base class for all
@PastOrPresent validators that use an epoch to be compared to the time reference. |
class |
PastOrPresentValidatorForReadableInstant
Check if Joda Time type who implements
import org.joda.time.ReadableInstant is in the past. |
class |
PastOrPresentValidatorForReadablePartial
Check if Joda Time type who implements
org.joda.time.ReadablePartial is in the past. |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved