| Package | Description |
|---|---|
| java.time.chrono |
Generic API for calendar systems other than the default ISO.
|
| java.time.format |
Provides classes to print and parse dates and times.
|
| java.time.temporal |
Access to date and time using fields and units, and date time adjusters.
|
| Modifier and Type | Method and Description |
|---|---|
HijrahDate |
HijrahChronology.resolveDate(Map
|
ThaiBuddhistDate |
ThaiBuddhistChronology.resolveDate(Map
|
ChronoLocalDate |
Chronology.resolveDate(Map
Resolves parsed
ChronoField values into a date during parsing.
|
LocalDate |
IsoChronology.resolveDate(Map
Resolves parsed
ChronoField values into a date during parsing.
|
MinguoDate |
MinguoChronology.resolveDate(Map
|
JapaneseDate |
JapaneseChronology.resolveDate(Map
|
ChronoLocalDate |
AbstractChronology.resolveDate(Map
Resolves parsed
ChronoField values into a date during parsing.
|
| Modifier and Type | Method and Description |
|---|---|
ResolverStyle |
DateTimeFormatter.getResolverStyle()
Gets the resolver style to use during parsing.
|
static ResolverStyle |
ResolverStyle.valueOf(String
Returns the enum constant of this type with the specified name.
|
static ResolverStyle |
ResolverStyle.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DateTimeFormatter |
DateTimeFormatter.withResolverStyle(ResolverStyle
Returns a copy of this formatter with a new resolver style.
|
| Modifier and Type | Method and Description |
|---|---|
default TemporalAccessor |
TemporalField.resolve(Map
Resolves this field to provide a simpler alternative or a date.
|