Uses of Class
java.time.format.ResolverStyle
-
Packages that use ResolverStyle 软件包 描述 java.time.chrono 除默认ISO之外的日历系统的通用API。java.time.format 提供打印和解析日期和时间的类。java.time.temporal 使用字段和单位以及日期时间调整器访问日期和时间。 -
-
Uses of ResolverStyle in java.time.chrono
Methods in java.time.chrono with parameters of type ResolverStyle 变量和类型 方法 描述 ChronoLocalDate
AbstractChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
解析在解析期间将ChronoField
值解析为日期。ChronoLocalDate
Chronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
解析在解析期间将ChronoField
值解析为日期。LocalDate
IsoChronology. resolveDate(Map<TemporalField,Long> fieldValues, ResolverStyle resolverStyle)
解析在解析期间将ChronoField
值解析为日期。 -
Uses of ResolverStyle in java.time.format
Methods in java.time.format that return ResolverStyle 变量和类型 方法 描述 ResolverStyle
DateTimeFormatter. getResolverStyle()
获取解析期间要使用的解析器样式。static ResolverStyle
ResolverStyle. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static ResolverStyle[]
ResolverStyle. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.time.format with parameters of type ResolverStyle 变量和类型 方法 描述 DateTimeFormatter
DateTimeFormatter. withResolverStyle(ResolverStyle resolverStyle)
使用新的解析程序样式返回此formatter的副本。 -
Uses of ResolverStyle in java.time.temporal
Methods in java.time.temporal with parameters of type ResolverStyle 变量和类型 方法 描述 default TemporalAccessor
TemporalField. resolve(Map<TemporalField,Long> fieldValues, TemporalAccessor partialTemporal, ResolverStyle resolverStyle)
解析此字段以提供更简单的替代或日期。
-