Class InputStreamWithJsonNode

java.lang.Object
java.io.InputStream
org.nuxeo.ecm.core.io.marshallers.json.InputStreamWithJsonNode
All Implemented Interfaces:
Closeable, AutoCloseable

public class InputStreamWithJsonNode extends InputStream
This InputStream is a technical wrapper for JsonNode. It's used to broadcast a JsonNode between marshallers.

take a look at AbstractJsonReader.getNode(InputStream, boolean) to understand the mechanism.

Since:
7.2