Uses of Package
org.hibernate.validator.constraints.time
Packages that use org.hibernate.validator.constraints.time
-
Classes in org.hibernate.validator.constraints.time used by org.hibernate.validator.internal.constraintvalidators.hv.timeClassDescriptionThe annotated
Durationelement must be shorter than or equal to the one constructed as a sum ofDurationMax.nanos(),DurationMax.millis(),DurationMax.seconds(),DurationMax.minutes(),DurationMax.hours(),DurationMax.days().The annotatedDurationelement must be longer than or equal to the one constructed as a sum ofDurationMin.nanos(),DurationMin.millis(),DurationMin.seconds(),DurationMin.minutes(),DurationMin.hours(),DurationMin.days().