Uses of Interface
specialized_checkers.time.temporal.InterfaceCheckerDate
Packages that use InterfaceCheckerDate
-
Uses of InterfaceCheckerDate in specialized_checkers.time.temporal
Classes in specialized_checkers.time.temporal with type parameters of type InterfaceCheckerDateModifier and TypeInterfaceDescriptioninterface
InterfaceCheckerDate<T extends InterfaceCheckerDate<T,
U>, U> InterfaceCheckerDate defines a contract for date/time checker classes, providing common validation methods such as comparisons (before, after, in range) and temporal checks (past, future).Classes in specialized_checkers.time.temporal that implement InterfaceCheckerDateModifier and TypeClassDescriptionclass
CheckerDate is a specialized checker for validating and performing assertions onDate
values.class
CheckerLocalDate is a specialized checker for validating and performing assertions onLocalDate
values.class
CheckerLocalDateTime is a specialized checker for validating and performing assertions onLocalDateTime
values.class
CheckerLocalTime is a specialized checker for validating and performing assertions onLocalTime
values.