public class BaseJsonGenerator extends JsonGeneratorDelegate
| Modifier and Type | Field and Description |
|---|---|
protected GeneratorBase |
base
|
| Constructor and Description |
|---|
BaseJsonGenerator(JsonGenerator generator)
|
BaseJsonGenerator(JsonGenerator generator, JsonGenerator base)
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeEndRaw()
|
protected void |
writeRawValue(byte[] content, int offset, int length, OutputStream
|
protected void |
writeRawValue(byte[] content, OutputStream
|
protected void |
writeRawValue(BytesReference
|
protected void |
writeRawValue(InputStream
|
protected void |
writeStartRaw(String
|
public BaseJsonGenerator(JsonGenerator generator,
JsonGenerator base)public BaseJsonGenerator(JsonGenerator generator)
protected void writeStartRaw(StringfieldName) throws IOException
IOException
public void writeEndRaw()
protected void writeRawValue(byte[] content,
OutputStream bos)
throws IOException
IOException
protected void writeRawValue(byte[] content,
int offset,
int length,
OutputStream bos)
throws IOException
IOException
protected void writeRawValue(InputStreamcontent, OutputStream bos) throws IOException
IOException
protected void writeRawValue(BytesReferencecontent, OutputStream bos) throws IOException
IOException