Package com.luchersol.core.specialized_checkers.time
package com.luchersol.core.specialized_checkers.time
Specialized checkers for temporal and time-related operations.
This package provides validation implementations for time and date operations,
including temporal types from Java's java.time package. These checkers enable
validation of temporal properties and relationships.
- Version:
- 1.0
- Author:
- LucherSol
-
ClassesClassDescriptionA specialized checker for
Durationinstances, providing fluent API methods to assert various temporal properties such as positivity, negativity, zero value, and comparisons with other durations or specific temporal units.A specialized checker forPeriodinstances, providing a fluent API to assert various temporal properties such as positivity, negativity, zero value, and comparisons with other periods or specific temporal units.