Uses of Class
org.jdbi.v3.jackson2.Jackson2Config
-
Uses of Jackson2Config in org.jdbi.v3.jackson2
Modifier and TypeMethodDescriptionJackson2Config.createCopy()
Jackson2Config.setDeserializationView
(Class<?> deserializationView) Set the@JsonView
used to deserialize.Jackson2Config.setMapper
(com.fasterxml.jackson.databind.ObjectMapper mapper) Set theObjectMapper
to use for json conversion.Jackson2Config.setSerializationView
(Class<?> serializationView) Set the@JsonView
used to serialize.Set both serialization and deserialization@JsonView
to the given class.