Package io.quarkus.jackson
Annotation Type JacksonMixin
-
@Target(TYPE) @Retention(RUNTIME) public @interface JacksonMixin
Used on classes that are meant to be used as Jackson mixins.
-
-
Element Detail
-
value
Class<?>[] value
The types for which the mixin should apply to.
-
-