@JsonIgnoreProperties(value = { "baseProperty" }, allowGetters = true)
and the subclass has a
@JsonIgnoreProperties(value = { "subclassProperty" }, allowGetters = true)
Unrecognized field "subclassProperty" (class ...), not marked as ignorable (...)
I looked in the jackson-databind tests (where the tests for @JsonIgnoreProperties are) but didn't find a test where it was on a class and a subclass' property. But maybe I missed it. Can I get an example?
Thanks! -- David
--
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...@googlegroups.com.
To post to this group, send email to jackso...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.