Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class MissingTypeImpl(val impl: KClass<*>)

Declares the default implementation of a polymorphic base type when its JSON type id is missing.

Link copied to clipboard
class MissingTypeImplProblemHandler : DeserializationProblemHandler

Resolves missing Jackson polymorphic type ids using MissingTypeImpl.