public static class TimeFormatter.CustomDateFormatExtractor extends Object implements java.util.function.Function<String,Value>
| Constructor and Description |
|---|
CustomDateFormatExtractor(String timePattern,
String localeString) |
| Modifier and Type | Method and Description |
|---|---|
Value |
apply(MatchResult m) |
Value |
apply(String str) |
Pattern |
getTextPattern() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic Pattern getTextPattern()
public Value apply(String str)
apply in interface java.util.function.Function<String,Value>public Value apply(MatchResult m)