FasterXML / jackson-modules-java8

Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)
Apache License 2.0
401 stars 117 forks source link

Updated README with a few `DeserializationFeature`s and added additional tests for `ADJUST_DATES_TO_CONTEXT_TIME_ZONE` #147

Closed kupci closed 5 years ago

kupci commented 5 years ago

These DeserializationFeatures are also in the wiki (as explained in issue #118) however since these are specifically applicable to the java 8 datetime module they should also be included along with the other important features such as WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS, etc already described in the README.

Additionally, added a couple of tests to illustrate how the ADJUST_DATES_TO_CONTEXT_TIME_ZONE feature works using dates that are plainly readable. These could eventually be added to more detailed documentation, but for now the README should be helpful.