|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResolverStyle | |
|---|---|
| org.threeten.bp.chrono | Support for calendar systems other than the default ISO. |
| org.threeten.bp.format | Provides classes to print and parse dates and times. |
| org.threeten.bp.temporal | Access to date and time using fields and units. |
| Uses of ResolverStyle in org.threeten.bp.chrono |
|---|
| Methods in org.threeten.bp.chrono with parameters of type ResolverStyle | |
|---|---|
ThaiBuddhistDate |
ThaiBuddhistChronology.resolveDate(Map<TemporalField,Long> fieldValues,
ResolverStyle resolverStyle)
|
MinguoDate |
MinguoChronology.resolveDate(Map<TemporalField,Long> fieldValues,
ResolverStyle resolverStyle)
|
JapaneseDate |
JapaneseChronology.resolveDate(Map<TemporalField,Long> fieldValues,
ResolverStyle resolverStyle)
|
LocalDate |
IsoChronology.resolveDate(Map<TemporalField,Long> fieldValues,
ResolverStyle resolverStyle)
|
HijrahDate |
HijrahChronology.resolveDate(Map<TemporalField,Long> fieldValues,
ResolverStyle resolverStyle)
|
abstract ChronoLocalDate |
Chronology.resolveDate(Map<TemporalField,Long> fieldValues,
ResolverStyle resolverStyle)
Resolves parsed ChronoField values into a date during parsing. |
| Uses of ResolverStyle in org.threeten.bp.format |
|---|
| Methods in org.threeten.bp.format that return ResolverStyle | |
|---|---|
ResolverStyle |
DateTimeFormatter.getResolverStyle()
Gets the resolver style to use during parsing. |
static ResolverStyle |
ResolverStyle.valueOf(String name)
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. |
| Methods in org.threeten.bp.format with parameters of type ResolverStyle | |
|---|---|
DateTimeFormatter |
DateTimeFormatter.withResolverStyle(ResolverStyle resolverStyle)
Returns a copy of this formatter with a new resolver style. |
| Uses of ResolverStyle in org.threeten.bp.temporal |
|---|
| Methods in org.threeten.bp.temporal with parameters of type ResolverStyle | |
|---|---|
TemporalAccessor |
TemporalField.resolve(Map<TemporalField,Long> fieldValues,
TemporalAccessor partialTemporal,
ResolverStyle resolverStyle)
Resolves the date/time information in the builder |
TemporalAccessor |
ChronoField.resolve(Map<TemporalField,Long> fieldValues,
TemporalAccessor partialTemporal,
ResolverStyle resolverStyle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||