| Modifier | Constructor and Description |
|---|---|
protected |
PDTMask(String sPattern,
TemporalQuery<T> aQuery) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern() |
TemporalQuery<T> |
getQuery() |
static PDTMask<LocalDate> |
localDate(String sPattern) |
static PDTMask<LocalDateTime> |
localDateTime(String sPattern) |
static PDTMask<OffsetDate> |
offsetDate(String sPattern) |
static PDTMask<OffsetDateTime> |
offsetDateTime(String sPattern) |
String |
toString() |
static PDTMask<XMLOffsetDate> |
xmlOffsetDate(String sPattern) |
static PDTMask<XMLOffsetDateTime> |
xmlOffsetDateTime(String sPattern) |
static PDTMask<Year> |
year(String sPattern) |
static PDTMask<YearMonth> |
yearMonth(String sPattern) |
static PDTMask<ZonedDateTime> |
zonedDateTime(String sPattern) |
@Nonnull public TemporalQuery<T> getQuery()
@Nonnull public static PDTMask<ZonedDateTime> zonedDateTime(@Nonnull @Nonempty String sPattern)
@Nonnull public static PDTMask<OffsetDateTime> offsetDateTime(@Nonnull @Nonempty String sPattern)
@Nonnull public static PDTMask<XMLOffsetDateTime> xmlOffsetDateTime(@Nonnull @Nonempty String sPattern)
@Nonnull public static PDTMask<LocalDateTime> localDateTime(@Nonnull @Nonempty String sPattern)
@Nonnull public static PDTMask<OffsetDate> offsetDate(@Nonnull @Nonempty String sPattern)
@Nonnull public static PDTMask<XMLOffsetDate> xmlOffsetDate(@Nonnull @Nonempty String sPattern)
Copyright © 2014–2022 Philip Helger. All rights reserved.