| 类和说明 |
|---|
| com.jn.langx.util.jodatime.DateMidnight
The time of midnight does not exist in some time zones
where the daylight saving time forward shift skips the midnight hour.
Use
LocalDate to represent a date without a time zone.
Or use DateTime to represent a full date and time, perhaps
using DateTime.withTimeAtStartOfDay() to get an instant at the
start of a day. |
| com.jn.langx.util.jodatime.TimeOfDay
Use LocalTime which has a much better internal implementation and
has been available since 1.3
|
| com.jn.langx.util.jodatime.TimeOfDay.Property
Use LocalTime which has a much better internal implementation
|
| com.jn.langx.util.jodatime.YearMonthDay
Use LocalDate which has a much better internal implementation and
has been available since 1.3
|
| com.jn.langx.util.jodatime.YearMonthDay.Property
Use LocalDate which has a much better internal implementation
|
| 字段和说明 |
|---|
| com.jn.langx.codec.BaseNCodec.PAD
Use
BaseNCodec.pad. Will be removed in 2.0. |
| 构造器和说明 |
|---|
| com.jn.langx.util.jodatime.format.DateTimeParserBucket(long, Chronology, Locale)
Use longer constructor
|
| com.jn.langx.util.jodatime.format.DateTimeParserBucket(long, Chronology, Locale, Integer)
Use longer constructor
|
| com.jn.langx.util.timing.cron.parser.builder.DayOfWeekDescriptionBuilder()
Use DayOfWeekDescriptionBuilder(Options) instead.
|
Copyright © 2019. All rights reserved.