JsonMixin

Provides a mixin class implementation that registers with Jackson when using JsonMixinModule.

Author

Guirong Hu

Since

2.7.0

See also

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
@AliasFor(value = "value")
abstract fun type(): Array<Class<out Any>>
The types that are handled by the provided mix-in class.
Link copied to clipboard
@AliasFor(value = "type")
abstract fun value(): Array<Class<out Any>>
Alias for the type attribute.