Package io.quarkus.jackson
Annotation Interface JacksonMixin
Used on classes that are meant to be used as Jackson mixins.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?>[] valueThe types for which the mixin should apply to.
-