libjackson2-modules-java8-java

Jackson support modules for Java 8

Description

Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names). When used with Jackson 2.x, Java 8 support is provided via 3 separate modules:

  * Parameter names: support for detecting constructor and factory method
    ("creator") parameters without having to use @JsonProperty annotation
    + provides com.fasterxml.jackson.module.paramnames.ParameterNamesModule

   * Java 8 Date/time: support for Java 8 date/time types (specified in
     JSR-310 specification)
     + provides com.fasterxml.jackson.datatype.jsr310.JavaTimeModule
     + ALSO provides legacy variant
       com.fasterxml.jackson.datatype.jsr310.JSR310TimeModule
     + difference between 2 modules is that of configuration defaults:
       use of JavaTimeModule strongly recommended for new code

   * Java 8 Datatypes: support for other new Java 8 datatypes outside of
     date/time: most notably Optional, OptionalLong, OptionalDouble
     + provides com.fasterxml.jackson.datatype.jdk8.Jdk8Module

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/FasterXML/jackson-modules-java8


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libjackson2-modules-java8-java