jackson-databind
jackson-databind copied to clipboard
Jackson-3 Support `@JsonInclude` in `Collection`
resolves #5369
Lemme know if there's anything I can improve on
@JooHyukKim Sorry, been swamped with introspection bug fixes; this is still on my todo list to review soon. :)
Ok, so added a note on issue: I think we have to add a feature (probably MapperFeature) to allow opt-in of this functionality since it seems to have backwards compatibility risks.
Added SerializationFeature.APPLY_JSON_INCLUDE_FOR_COLLECTIONS(false), name TBD :-)