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