Skip navigation links
A B C D F H I L M N P S T U V W Y Z 

P

PartValidator<A extends Annotation,T extends TemporalAccessor,P extends TemporalAccessor> - Class in com.github.robtimus.validation.datetime.base
The base for all TemporalAccessor validators that validate only a specific part of the value.
PartValidator(Function<A, String>, BiFunction<T, ZoneId, P>, Function<A, BiPredicate<P, ClockProvider>>) - Constructor for class com.github.robtimus.validation.datetime.base.PartValidator
Creates a new validator.
PartValidator(Function<A, String>, Function<T, P>, BiFunction<T, ZoneId, ZonedDateTime>, Function<ZonedDateTime, P>, Function<A, BiPredicate<P, ClockProvider>>) - Constructor for class com.github.robtimus.validation.datetime.base.PartValidator
Creates a new validator.
PartValidator.ForInstant<A extends Annotation,P extends TemporalAccessor> - Class in com.github.robtimus.validation.datetime.base
The base for all Instant validators that validate only a specific part of the value.
PartValidator.ForZonedDateTime<A extends Annotation,P extends TemporalAccessor> - Class in com.github.robtimus.validation.datetime.base
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> - Class in com.github.robtimus.validation.datetime.base
The base for all TemporalAccessor validators that validate only a specific part of the value.
plus(Instant, TemporalAmount) - Static method in class com.github.robtimus.validation.datetime.base.BaseValidator
Adds a TemporalAmount to an Instant.
PROVIDED_ZONE_ID - Static variable in class com.github.robtimus.validation.datetime.base.ZoneIdUtils
A string representing the provided zone id.
A B C D F H I L M N P S T U V W Y Z 
Skip navigation links

Copyright © 2021–2022. All rights reserved.