| Package | Description |
|---|---|
| org.apache.nifi.util.text |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ListDateTimeMatcher
An implementation of the DateTimeMatcher that accepts in its constructor a List of delegate DateTimeMatchers.
|
class |
RegexDateTimeMatcher |
(package private) class |
SimpleDateFormatMatcher |
class |
StartsWithDigitsDateTimeMatcher
A DateTimeMatcher that bases its decision purely on whether or not the first X number of characters in the input text are digits.
|
| Modifier and Type | Field and Description |
|---|---|
private List<DateTimeMatcher> |
ListDateTimeMatcher.matchers |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeMatcher |
DateTimeMatcher.compile(String format) |
(package private) DateTimeMatcher |
DateTimeMatcherCompiler.compile(String format) |
| Constructor and Description |
|---|
ListDateTimeMatcher(List<DateTimeMatcher> matchers) |
Copyright © 2019 Apache NiFi Project. All rights reserved.