Jdk8 Java Does time have a Jackson data type module?

I'm working on the new jdk8 Java Time course looking for a module I've seen fasterxml GitHub project listing, but I haven't found it yet

It is understood that Jackson still compiles for JDK6, so these classes cannot be used directly, and they must be built as separate modules according to joda's requirements

I don't mind starting this project, but see if there are other efforts already in progress

Solution

The most complete list of data type modules can be found on GitHub's Jackson portal page:

https://github.com/FasterXML/jackson

It lists "jsr-310: supports" Java 8 date ". The naming is opaque, but it refers to the standardization process. Through JSR, it should be finalized to generate a new Java 8 date API (if it is not final, the process has taken some time)

Direct links are: https://github.com/FasterXML/jackson-datatype-jsr310

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>