public class NoWrappingJsonEncoder
extends org.apache.avro.io.JsonEncoder
| Constructor and Description |
|---|
NoWrappingJsonEncoder(org.apache.avro.Schema sc,
com.fasterxml.jackson.core.JsonGenerator out) |
NoWrappingJsonEncoder(org.apache.avro.Schema sc,
java.io.OutputStream out) |
NoWrappingJsonEncoder(org.apache.avro.Schema sc,
java.io.OutputStream out,
boolean pretty) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeIndex(int unionIndex) |
configure, doAction, flush, startItem, writeArrayEnd, writeArrayStart, writeBoolean, writeBytes, writeBytes, writeDouble, writeEnum, writeFixed, writeFloat, writeInt, writeLong, writeMapEnd, writeMapStart, writeNull, writeString, writeStringpublic NoWrappingJsonEncoder(org.apache.avro.Schema sc,
java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic NoWrappingJsonEncoder(org.apache.avro.Schema sc,
java.io.OutputStream out,
boolean pretty)
throws java.io.IOException
java.io.IOExceptionpublic NoWrappingJsonEncoder(org.apache.avro.Schema sc,
com.fasterxml.jackson.core.JsonGenerator out)
throws java.io.IOException
java.io.IOException