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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: