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

Remove output stream from transformation contexts #818

Open
cportele opened this issue Dec 10, 2022 · 0 comments
Open

Remove output stream from transformation contexts #818

cportele opened this issue Dec 10, 2022 · 0 comments

Comments

@cportele
Copy link
Member

The class OutputStreamToByteConsumer is used as a bridge for third party libraries like Jackson or Mustache that expect an OutputStream to write to. Eventually OutputStream should be removed from the transformation contexts, it is a leftover from an earlier iteration of the transformation engine. If the bridge is needed, it should be an implementation detail of the encoder.

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

1 participant