Does it work if you add `@JsonIgnore` directly on type?

I suspect this could be because you are adding mix-in to getter, but
`@JsonManagedReference` is added to field.
So another thing to checkout would be to try to move one `@
JsonManagedReference` to getter and see if that makes difference.

-+ Tatu +-


On Wed, Apr 4, 2018 at 6:28 PM, Dmitry Polovka <msgar...@gmail.com> wrote:
> I prepared small archive with example, but somehow @JsonManagedReference is
> not removed from serialization result, when is marked with @JsonIgnore in
> mixin.
>
> Is it desired behavior or bug? For me it looks more like a bug.
>
> --
> 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 jackson-user+unsubscr...@googlegroups.com.
> To post to this group, send email to jackson-user@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 jackson-user+unsubscr...@googlegroups.com.
To post to this group, send email to jackson-user@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to