Package-level declarations

Types

Link copied to clipboard
object DataSourceModule : SimpleModule

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

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

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

Functions

Link copied to clipboard
fun JsonMapper.Builder.addDataSourceModule(): JsonMapper.Builder

Adds the DataSource DataSourceModule to this Jackson 3 JsonMapper.Builder.