Package-level declarations

Custom enhancements and support for the Jackson project.

Types

Link copied to clipboard
@Component that provides JsonSerializer, JsonDeserializer or KeyDeserializer implementations to be registered with Jackson when JsonComponentModule is in use.
Link copied to clipboard
Spring Bean and Jackson Module to register @JsonComponent annotated beans.
Link copied to clipboard
Provides a mixin class implementation that registers with Jackson when using JsonMixinModule.
Link copied to clipboard
open class JsonMixinModule : SimpleModule
Spring Bean and Jackson Module to find and register@JsonMixin-annotated classes.
Link copied to clipboard
Provide the mapping of json mixin class to consider.
Link copied to clipboard
abstract class JsonObjectDeserializer<T> : JsonDeserializer<T>
Helper base class for JsonDeserializer implementations that deserialize objects.
Link copied to clipboard
abstract class JsonObjectSerializer<T> : JsonSerializer<T>
Helper base class for JsonSerializer implementations that serialize objects.