See: Description
Class | Description |
---|---|
BaseValidator<A extends Annotation,T> |
The base for all date/time object validators.
|
CalendarValidator<A extends Annotation> |
The base for all
Calendar validators. |
DateValidator<A extends Annotation> |
The base for all
Date validators. |
FieldValidator<A extends Annotation,T extends TemporalAccessor> |
The base for all
TemporalAccessor validators that validate only a specific field of the value. |
FieldValidator.ForInstant<A extends Annotation> |
The base for all
Instant validators that validate only a specific field of the value. |
FieldValidator.ForOffsetTime<A extends Annotation> |
The base for all
OffsetTime validators that validate only a specific field of the value. |
FieldValidator.ForZonedDateTime<A extends Annotation> |
The base for all
ZonedDateTime validators that validate only a specific field of the value. |
FieldValidator.WithoutZoneId<A extends Annotation,T extends TemporalAccessor> |
The base for all
TemporalAccessor validators that validate only a specific field of the value. |
MomentPartValidator<A extends Annotation,T extends TemporalAccessor,P extends TemporalAccessor> |
The base for all
TemporalAccessor validators that validate only a specific part of the value against a specific moment in time. |
MomentPartValidator.ForInstant<A extends Annotation,P extends TemporalAccessor> |
The base for all
Instant validators that validate only a specific part of the value against a specific moment in time. |
MomentPartValidator.ForZonedDateTime<A extends Annotation,P extends TemporalAccessor> |
The base for all
ZonedDateTime validators that validate only a specific part of the value against a specific moment in time. |
MomentPartValidator.WithoutZoneId<A extends Annotation,T extends TemporalAccessor,P extends TemporalAccessor> |
The base for all
TemporalAccessor validators that validate only a specific part of the value against a specific moment in time. |
MomentValueValidator<A extends Annotation,T extends TemporalAccessor> |
The base for all
TemporalAccessor validators that validate the entire value against a specific moment in time. |
PartValidator<A extends Annotation,T extends TemporalAccessor,P extends TemporalAccessor> |
The base for all
TemporalAccessor validators that validate only a specific part of the value. |
PartValidator.ForInstant<A extends Annotation,P extends TemporalAccessor> |
The base for all
Instant validators that validate only a specific part of the value. |
PartValidator.ForZonedDateTime<A extends Annotation,P extends TemporalAccessor> |
The base for all
ZonedDateTime validators that validate only a specific part of the value. |
PartValidator.WithoutZoneId<A extends Annotation,T extends TemporalAccessor,P extends TemporalAccessor> |
The base for all
TemporalAccessor validators that validate only a specific part of the value. |
ValueValidator<A extends Annotation,T extends TemporalAccessor> |
The base for all
TemporalAccessor validators that validate the entire value. |
ZoneIdUtils |
A utility class for
ZoneId s. |
Copyright © 2021–2022. All rights reserved.