public class JacksonMapperConfig extends MapperConfig
Modifier and Type | Class and Description |
---|---|
static class |
JacksonMapperConfig.JMC
The Class JMC.
|
Constructor and Description |
---|
JacksonMapperConfig() |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.DeserializationConfig |
getDeserializationConfig()
Gets the deserialization config.
|
com.fasterxml.jackson.databind.SerializationConfig |
getSerializationConfig()
Gets the serialization config.
|
JacksonMapperConfig |
with(com.fasterxml.jackson.databind.DeserializationFeature feature) |
JacksonMapperConfig |
with(com.fasterxml.jackson.databind.SerializationFeature feature) |
JacksonMapperConfig |
without(com.fasterxml.jackson.databind.DeserializationFeature feature) |
JacksonMapperConfig |
without(com.fasterxml.jackson.databind.SerializationFeature feature) |
public com.fasterxml.jackson.databind.SerializationConfig getSerializationConfig()
public com.fasterxml.jackson.databind.DeserializationConfig getDeserializationConfig()
public JacksonMapperConfig with(com.fasterxml.jackson.databind.SerializationFeature feature)
feature
- public JacksonMapperConfig without(com.fasterxml.jackson.databind.SerializationFeature feature)
feature
- public JacksonMapperConfig with(com.fasterxml.jackson.databind.DeserializationFeature feature)
feature
- public JacksonMapperConfig without(com.fasterxml.jackson.databind.DeserializationFeature feature)
feature
- Copyright © 2019. All rights reserved.