We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think It is better if there is method like 'excludeProperties()' or 'ignoreProperties()' in com.fasterxml.jackson.jr.ob.JSON.
The method mentioned above can simplify jackson databind counterpart : objectMapper.setPropertyNamingStrategy(new PropertyNamingStrategy() { }); That is also jr's philosophy,isn't it :) Thank you
objectMapper.setPropertyNamingStrategy(new PropertyNamingStrategy() { });
The text was updated successfully, but these errors were encountered:
There is no way to do that currently, but I take this as an improvement idea, and see how easy it'd be to do.
This would be easy-ish for root object (with "exclude()" or such), but less so for dependant types (child objects).
Sorry, something went wrong.
I think #32 can cover this, adding building blocks to achieve this.
No branches or pull requests
I think It is better if there is method like 'excludeProperties()' or 'ignoreProperties()' in com.fasterxml.jackson.jr.ob.JSON.
The method mentioned above can simplify jackson databind counterpart :
objectMapper.setPropertyNamingStrategy(new PropertyNamingStrategy() {
});
That is also jr's philosophy,isn't it :)
Thank you
The text was updated successfully, but these errors were encountered: