Uses of Enum
org.threeten.bp.format.ResolverStyle
Packages that use ResolverStyle
Package
Description
Support for calendar systems other than the default ISO.
Provides classes to print and parse dates and times.
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 ResolverStyleModifier and TypeMethodDescriptionabstract ChronoLocalDate
Chronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
Resolves parsedChronoField
values into a date during parsing.HijrahChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
IsoChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
JapaneseChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
MinguoChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
ThaiBuddhistChronology.resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
-
Uses of ResolverStyle in org.threeten.bp.format
Methods in org.threeten.bp.format that return ResolverStyleModifier and TypeMethodDescriptionDateTimeFormatter.getResolverStyle()
Gets the resolver style to use during parsing.static ResolverStyle
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 ResolverStyleModifier and TypeMethodDescriptionDateTimeBuilder.resolve(ResolverStyle resolverStyle, Set<TemporalField> resolverFields)
Resolves the builder, evaluating the date and time.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 ResolverStyleModifier and TypeMethodDescriptionChronoField.resolve(Map<TemporalField,Long> fieldValues, TemporalAccessor partialTemporal, ResolverStyle resolverStyle)
TemporalField.resolve(Map<TemporalField,Long> fieldValues, TemporalAccessor partialTemporal, ResolverStyle resolverStyle)
Resolves the date/time information in the builder