public class FutureValidatorForChronoZonedDateTime extends AbstractConstraintValidator<javax.validation.constraints.Future,ChronoZonedDateTime<?>>
Future constraint against ChronoZonedDateTime.
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 |
|---|
FutureValidatorForChronoZonedDateTime() |
Copyright © 2016. All rights reserved.