public interface Jackson2MapperCustomizer
extends org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_XML_MAPPER |
static String |
PATTERN_JAVA_ISO8601 |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(Jackson2Properties properties,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
default String |
dateFormat(Jackson2Properties properties) |
default int |
getOrder() |
default Boolean |
isXmlMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) |
default TimeZone |
timeZone(Jackson2Properties properties) |
static final String CLASS_XML_MAPPER
static final String PATTERN_JAVA_ISO8601
void customize(Jackson2Properties properties, com.fasterxml.jackson.databind.ObjectMapper mapper)
default int getOrder()
getOrder in interface org.springframework.core.Ordereddefault String dateFormat(Jackson2Properties properties)
default Boolean isXmlMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
default TimeZone timeZone(Jackson2Properties properties)
Copyright © 2018. All rights reserved.