| Package | Description |
|---|---|
| net.time4j.format.expert |
This package contains the expert-level format- and parse engine of Time4J.
|
| Modifier and Type | Method and Description |
|---|---|
static PatternType |
PatternType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatternType[] |
PatternType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FormatEngine<PatternType> |
PatternType.getFormatEngine() |
| Modifier and Type | Method and Description |
|---|---|
ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addPattern(String formatPattern,
PatternType patternType)
Processes given format pattern of given pattern type to a
sequence of format elements.
|
static ChronoFormatter<PlainDate> |
ChronoFormatter.ofDatePattern(String pattern,
PatternType type,
Locale locale)
Constructs a pattern-based formatter for plain date objects.
|
static ChronoFormatter<Moment> |
ChronoFormatter.ofMomentPattern(String pattern,
PatternType type,
Locale locale,
TZID tzid)
Constructs a pattern-based formatter for global timestamp objects.
|
static <T> ChronoFormatter<T> |
ChronoFormatter.ofPattern(String pattern,
PatternType type,
Locale locale,
Chronology<T> chronology)
Constructs a pattern-based formatter for general chronologies.
|
static ChronoFormatter<PlainTime> |
ChronoFormatter.ofTimePattern(String pattern,
PatternType type,
Locale locale)
Constructs a pattern-based formatter for clock time objects.
|
static ChronoFormatter<PlainTimestamp> |
ChronoFormatter.ofTimestampPattern(String pattern,
PatternType type,
Locale locale)
Constructs a pattern-based formatter for plain timestamps.
|
Copyright © 2014–2017. All rights reserved.