Uses of Class
org.threeten.bp.format.ResolverStyle
-
Packages that use ResolverStyle Package Description 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 Modifier and Type Method Description abstract ChronoLocalDate
Chronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
Resolves parsedChronoField
values into a date during parsing.HijrahDate
HijrahChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
LocalDate
IsoChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
JapaneseDate
JapaneseChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
MinguoDate
MinguoChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
ThaiBuddhistDate
ThaiBuddhistChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
-
Uses of ResolverStyle in org.threeten.bp.format
Methods in org.threeten.bp.format that return ResolverStyle Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description TemporalAccessor
ChronoField. resolve(Map<TemporalField,Long> fieldValues, TemporalAccessor partialTemporal, ResolverStyle resolverStyle)
TemporalAccessor
TemporalField. resolve(Map<TemporalField,Long> fieldValues, TemporalAccessor partialTemporal, ResolverStyle resolverStyle)
Resolves the date/time information in the builder
-