You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
One part that may be difficult is that of doing anything to header line: I realize that ideally header columns would be removed. This may be difficult to handle mostly because data-binder has no knowledge of special handling of data formats.
But even if headers could not be filtered, it should be possible to add placeholders (empty values) for missing data.
Ok: I implemented at least partial support for both @JsonView and @JsonFilter-based filtering. In both cases, values of properties indicated to be filtered out are omitted and empty value is included instead. Header line is left as-is, for this version as I could not yet figure out how to exclude it.
What I am thinking is that this baseline support will allow some level of filtering; and the additional (possibly optional) feature of excluding column name and value completely from output can and should be filed as a separate feature request. This is mostly so that release notes will include exact information of what is included and works.
CsvMapper does not generate valid output, when I trying to use it against bean with @jsonfilter annotation.
There are 2 problems here:
public class AppTest {
}
The text was updated successfully, but these errors were encountered: