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