Interface | Description |
---|---|
DateTimeMatcher |
A utility class that can be used to determine whether or not a String matches a given date/time format, as specified
by the Time Format used in
SimpleDateFormat . |
Class | Description |
---|---|
DateTimeMatcherCompiler | |
ListDateTimeMatcher |
An implementation of the DateTimeMatcher that accepts in its constructor a List of delegate DateTimeMatchers.
|
RegexDateTimeMatcher | |
RegexDateTimeMatcher.Compiler | |
RegexDateTimeMatcher.Compiler.LengthRange | |
SimpleDateFormatMatcher | |
StartsWithDigitsDateTimeMatcher |
A DateTimeMatcher that bases its decision purely on whether or not the first X number of characters in the input text are digits.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.