Uses of Enum Class
java.time.format.ResolverStyle
Packages that use ResolverStyle
Package
Description
Generic API 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, and date time adjusters.
-
Uses of ResolverStyle in java.time.chrono
Methods in java.time.chrono with parameters of type ResolverStyleModifier and TypeMethodDescriptionAbstractChronology.resolveDate
(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) Resolves parsedChronoField
values into a date during parsing.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) Resolves parsedChronoField
values into a date during parsing.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 java.time.format
Methods in java.time.format that return ResolverStyleModifier and TypeMethodDescriptionDateTimeFormatter.getResolverStyle()
Gets the resolver style to use during parsing.static ResolverStyle
Returns the enum constant of this class with the specified name.static ResolverStyle[]
ResolverStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in java.time.format with parameters of type ResolverStyleModifier and TypeMethodDescriptionDateTimeFormatter.withResolverStyle
(ResolverStyle resolverStyle) Returns a copy of this formatter with a new resolver style. -
Uses of ResolverStyle in java.time.temporal
Methods in java.time.temporal with parameters of type ResolverStyleModifier and TypeMethodDescriptiondefault TemporalAccessor
TemporalField.resolve
(Map<TemporalField, Long> fieldValues, TemporalAccessor partialTemporal, ResolverStyle resolverStyle) Resolves this field to provide a simpler alternative or a date.