| Method and Description |
|---|
| net.time4j.format.expert.ChronoFormatter.formatThreeten(TemporalAccessor)
Use alternative approach based on static factory methods and bridge chronology
|
| net.time4j.format.expert.ChronoPrinter.print(T, Appendable, AttributeQuery, ChronoFunction<ChronoDisplay, R>)
Beginning with v5.0, this method will be removed. Implementors are asked to override
print(T, StringBuilder, AttributeQuery
as soon as possible in order to simplify the future migration. |
| net.time4j.format.expert.ChronoFormatter.print(T, Appendable, AttributeQuery, ChronoFunction<ChronoDisplay, R>) |
| net.time4j.format.expert.ChronoFormatter.printThreeten(TemporalAccessor, Appendable)
Use alternative approach based on static factory methods and bridge chronology
|
| Enum Constant and Description |
|---|
| net.time4j.format.expert.PatternType.NON_ISO_DATE
Use
PatternType.CLDR_DATE as replacement because the name of this pattern type can be
confusing considering the fact that not all calendars can be handled by this pattern type
(for example, the FrenchRepublicanCalendar is not suitable here) |
Copyright © 2014–2018. All rights reserved.