public class FutureValidatorForOffsetDateTime extends AbstractConstraintValidator<javax.validation.constraints.Future,OffsetDateTime>
Future constraint against OffsetDateTime.
You have to add this validator to the list of constraint validators.
This is done by adding the resource META-INF/validation/mapping.xml to
your Validation configuration. You have to either create a
META-INF/validation.xml and add that mapping or you do it programmatically
with Configuration.addMapping(java.io.InputStream).function| Constructor and Description |
|---|
FutureValidatorForOffsetDateTime() |
Copyright © 2016. All rights reserved.