Package | Description |
---|---|
com.github.robtimus.validation.datetime.base |
Contains validator base classes for date/time validation constraints.
|
com.github.robtimus.validation.dayofmonth.validators |
Contains validators for the day of the month validation constraints.
|
com.github.robtimus.validation.hour.validators |
Contains validators for the hour validation constraints.
|
com.github.robtimus.validation.minute.validators |
Contains validators for the minute validation constraints.
|
Modifier and Type | Class and Description |
---|---|
static class |
FieldValidator.ForInstant<A extends Annotation>
The base for all
Instant validators that validate only a specific field of the value. |
static class |
FieldValidator.ForOffsetTime<A extends Annotation>
The base for all
OffsetTime validators that validate only a specific field of the value. |
static class |
FieldValidator.ForZonedDateTime<A extends Annotation>
The base for all
ZonedDateTime validators that validate only a specific field of the value. |
static class |
FieldValidator.WithoutZoneId<A extends Annotation,T extends TemporalAccessor>
The base for all
TemporalAccessor validators that validate only a specific field of the value. |
Copyright © 2021–2022. All rights reserved.