@Immutable public final class PDTToString extends Object
String.| Modifier and Type | Method and Description |
|---|---|
static String |
getAsString(LocalDate aDate,
Locale aDisplayLocale) |
static String |
getAsString(LocalDateTime aDateTime,
Locale aDisplayLocale) |
static String |
getAsString(LocalTime aTime,
Locale aDisplayLocale) |
static String |
getAsString(OffsetDate aDate,
Locale aDisplayLocale) |
static String |
getAsString(OffsetDateTime aDateTime,
Locale aDisplayLocale) |
static String |
getAsString(OffsetTime aTime,
Locale aDisplayLocale) |
static String |
getAsString(String sFormatPattern,
TemporalAccessor aPartial) |
static String |
getAsString(String sFormatPattern,
TemporalAccessor aPartial,
Locale aDisplayLocale) |
static String |
getAsString(XMLOffsetDate aDate,
Locale aDisplayLocale) |
static String |
getAsString(XMLOffsetDateTime aDateTime,
Locale aDisplayLocale) |
static String |
getAsString(XMLOffsetTime aTime,
Locale aDisplayLocale) |
static String |
getAsString(ZonedDateTime aDateTime,
Locale aDisplayLocale) |
@Nullable public static String getAsString(@Nullable LocalDate aDate, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable OffsetDate aDate, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable XMLOffsetDate aDate, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable LocalTime aTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable OffsetTime aTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable XMLOffsetTime aTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable LocalDateTime aDateTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable ZonedDateTime aDateTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable OffsetDateTime aDateTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nullable XMLOffsetDateTime aDateTime, @Nonnull Locale aDisplayLocale)
@Nullable public static String getAsString(@Nonnull String sFormatPattern, @Nullable TemporalAccessor aPartial)
Copyright © 2014–2022 Philip Helger. All rights reserved.