Class DateExcelParserMatcher

  • All Implemented Interfaces:
    ExcelParserMatcher, java.util.function.Predicate<java.lang.String>

    public class DateExcelParserMatcher
    extends java.lang.Object
    implements ExcelParserMatcher
    Given matcher returns true if the input is a date's format.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setExcelDateUtils​(ExcelDateUtils excelDateUtils)  
      boolean test​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • DateExcelParserMatcher

        public DateExcelParserMatcher()
    • Method Detail

      • test

        public boolean test​(@Nonnull
                            java.lang.String input)
        Specified by:
        test in interface ExcelParserMatcher
        Specified by:
        test in interface java.util.function.Predicate<java.lang.String>
      • setExcelDateUtils

        public void setExcelDateUtils​(ExcelDateUtils excelDateUtils)