Module java.base

Enum Class ResolverStyle

java.lang.Object
java.lang.Enum<ResolverStyle>
java.time.format.ResolverStyle
All Implemented Interfaces:
Serializable, Comparable<ResolverStyle>, Constable

public enum ResolverStyle extends Enum<ResolverStyle>
Enumeration of different ways to resolve dates and times.

Parsing a text string occurs in two phases. Phase 1 is a basic text parse according to the fields added to the builder. Phase 2 resolves the parsed field-value pairs into date and/or time objects. This style is used to control how phase 2, resolving, happens.

Implementation Requirements:
This is an immutable and thread-safe enum.
Since:
1.8