Hello, i'm having a problem with a scenario, i've created the following 
Mixin that is responsible to append a property in every object passed 
through the object mapper:

@JsonAppend(
    prepend = true,
    props = {
        @JsonAppend.Prop(name = "_expandables", value = 
ExpandableProperty.class)
})
public interface ExpandableMixin {
}


But now, i need to add another mixin to the object mapper, is there a way 
to do that? I've already tried to create an interface that extends both 
mixins, but sadly it did not worked, if it's not possible, is there another 
way to achieve the same result?  

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to