spring-boot-jackson2

Sonar
Maven Site (release)
Maven Site (snapshot)
Artifacts (release)
Artifacts (snapshot)
Source Repository
CI
Build Status

spring-boot-jackson2

Jackson2 customizers and extensions for spring-boot applications.

spring-boot-jackson2-apache-commons

Serializer and Deserializer of org.apache.commons:commons-lang3 org.apache.commons.lang3.tuple.Pair.

spring-boot-jackson2-core

com.fasterxml.jackson.datatype:jackson-datatype-guava

com.google.guava:guava

com.fasterxml.jackson.datatype:jackson-datatype-jdk8

com.fasterxml.jackson.datatype:jackson-datatype-jsr310

com.fasterxml.jackson.module:jackson-module-parameter-names (optional)

org.springframework:spring-web

top.infra.jackson2.Jackson2Utils can customize ObjectMapper instance just like spring-boot’s JacksonAutoConfiguration does.

# see: spring-boot-jackson2-jaxb
spring.jackson.jaxb.enabled: false

spring-boot-jackson2-hal

org.springframework.hateoas:spring-hateoas org.springframework.hateoas.hal.Jackson2HalModule

spring-boot-jackson2-jaxb

com.fasterxml.jackson.module:jackson-module-jaxb-annotations com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule

org.springframework:spring-oxm

spring-boot-jackson2-joda

Set up JacksonJodaDateFormat for DateTime of joda-time

com.fasterxml.jackson.datatype:jackson-datatype-joda

joda-time:joda-time