| Modifier and Type | Method and Description |
|---|---|
XContentGenerator |
XContent.createGenerator(OutputStream os)
Creates a new generator using the provided output stream.
|
XContentGenerator |
XContent.createGenerator(OutputStream os,
String[] filters)
Creates a new generator using the provided output stream and some filters.
|
XContentGenerator |
XContentBuilder.generator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
XContentHelper.copyCurrentEvent(XContentGenerator generator,
XContentParser parser) |
static void |
XContentHelper.copyCurrentStructure(XContentGenerator generator,
XContentParser parser) |
| Modifier and Type | Class and Description |
|---|---|
class |
CborXContentGenerator |
| Modifier and Type | Method and Description |
|---|---|
XContentGenerator |
CborXContent.createGenerator(OutputStream os) |
XContentGenerator |
CborXContent.createGenerator(OutputStream os,
String[] filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonXContentGenerator |
| Modifier and Type | Method and Description |
|---|---|
XContentGenerator |
JsonXContent.createGenerator(OutputStream os) |
XContentGenerator |
JsonXContent.createGenerator(OutputStream os,
String[] filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
SmileXContentGenerator |
| Modifier and Type | Method and Description |
|---|---|
XContentGenerator |
SmileXContent.createGenerator(OutputStream os) |
XContentGenerator |
SmileXContent.createGenerator(OutputStream os,
String[] filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlXContentGenerator |
| Modifier and Type | Method and Description |
|---|---|
XContentGenerator |
YamlXContent.createGenerator(OutputStream os) |
XContentGenerator |
YamlXContent.createGenerator(OutputStream os,
String[] filters) |
Copyright © 2009–2017. All rights reserved.