Skip to content
New issue

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

Provide a Writer decorator to support streaming better #1

Open
leonard84 opened this issue Aug 6, 2019 · 0 comments
Open

Provide a Writer decorator to support streaming better #1

leonard84 opened this issue Aug 6, 2019 · 0 comments
Assignees

Comments

@leonard84
Copy link

Currently we have to externally buffer the json so that we can provide it as an input to JsonReader, it would be great if we could just decorate a Writer/OutputStream instead.

One use-case would be to provide json filtering as a generic ServletFilter which wraps the ServletOutputStream and applies filtering on the output in place.

@arakelian arakelian self-assigned this Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants