| Modifier and Type | Method and Description |
|---|---|
Jackson2Config |
Jackson2Config.createCopy() |
Jackson2Config |
Jackson2Config.setDeserializationView(Class<?> deserializationView)
Set the
@JsonView used to deserialize. |
Jackson2Config |
Jackson2Config.setMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
Set the
ObjectMapper to use for json conversion. |
Jackson2Config |
Jackson2Config.setSerializationView(Class<?> serializationView)
Set the
@JsonView used to serialize. |
Jackson2Config |
Jackson2Config.setView(Class<?> view)
Set both serialization and deserialization
@JsonView to the given class. |
Copyright © 2020. All rights reserved.