| Package | Description |
|---|---|
| org.hibernate.validator.internal.constraintvalidators.bv.time.futureorpresent |
Constraint validator implementations of the Bean Validation
FutureOrPresent constraint. |
| Class and Description |
|---|
| AbstractFutureOrPresentEpochBasedValidator
Base class for all
@FutureOrPresent validators that use an epoch to be compared to the time reference. |
| AbstractFutureOrPresentInstantBasedValidator
Base class for all
@FutureOrPresent validators that use an Instant to be compared to the time reference. |
| AbstractFutureOrPresentJavaTimeValidator
Base class for all
@FutureOrPresent validators that are based on the java.time package. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.