public interface OutputConsumer
JsonNode to desired output format.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getFileFormats()
Gets all file formats that are supported with this consumer.
|
void |
write(com.fasterxml.jackson.databind.JsonNode node,
java.io.OutputStream output)
Writes result of transformation of
JsonNode to OutputStream. |
java.util.Set<java.lang.String> getFileFormats()
void write(com.fasterxml.jackson.databind.JsonNode node,
java.io.OutputStream output)
throws java.io.IOException
JsonNode to OutputStream.node - node to be transformedoutput - output where transformed node should be written tojava.io.IOException - when transforming node to output