Package-level declarations

Types

Link copied to clipboard
object DataSourceModule : SimpleModule

A Jackson Module that provides support for serializing and deserializing DataSource types without requiring annotations on the classes themselves.

Link copied to clipboard
class Jackson2JsonHandler(objectMapper: ObjectMapper) : JsonHandler<JsonNode>

A Jackson 2 JsonHandler backed by an ObjectMapper, using zjsonpatch for RFC 6902 diff/patch.

Functions

Link copied to clipboard
fun ObjectMapper.registerDataSourceModule(): ObjectMapper