Class CheckerLocalDate

java.lang.Object
util.AbstractChecker<LocalDate,CheckerLocalDate>
specialized_checkers.time.temporal.CheckerLocalDate
All Implemented Interfaces:
InterfaceCheckerDate<CheckerLocalDate,LocalDate>, InterfaceChecker<AbstractChecker<LocalDate,CheckerLocalDate>,LocalDate>

CheckerLocalDate is a specialized checker for validating and performing assertions on LocalDate values.

It provides a fluent API for common local date validations such as checking if a date is before, after, in range, past, future, or present.

  • Constructor Details

    • CheckerLocalDate

      protected CheckerLocalDate(LocalDate localdate, String name)
      Constructs a new CheckerLocalDate with the specified localdate and name.
      Parameters:
      localdate - the LocalDate to be wrapped and checked
      name - the name identifying this checker function
  • Method Details