| 修飾子とタイプ | フィールドと説明 |
|---|---|
static YamlXContent |
yamlXContent |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static XContentBuilder |
contentBuilder() |
XContentGenerator |
createGenerator(OutputStream os)
Creates a new generator using the provided output stream.
|
XContentGenerator |
createGenerator(OutputStream os,
String[] filters)
Creates a new generator using the provided output stream and some filters.
|
XContentParser |
createParser(byte[] data)
Creates a parser over the provided bytes.
|
XContentParser |
createParser(byte[] data,
int offset,
int length)
Creates a parser over the provided bytes.
|
XContentParser |
createParser(BytesReference bytes)
Creates a parser over the provided bytes.
|
XContentParser |
createParser(InputStream is)
Creates a parser over the provided input stream.
|
XContentParser |
createParser(Reader reader)
Creates a parser over the provided reader.
|
XContentParser |
createParser(String content)
Creates a parser over the provided string content.
|
byte |
streamSeparator() |
XContentType |
type()
The type this content handles and produces.
|
public static final YamlXContent yamlXContent
public static XContentBuilder contentBuilder() throws IOException
IOExceptionpublic XContentType type()
XContentpublic byte streamSeparator()
streamSeparator インタフェース内 XContentpublic XContentGenerator createGenerator(OutputStream os) throws IOException
XContentcreateGenerator インタフェース内 XContentIOExceptionpublic XContentGenerator createGenerator(OutputStream os, String[] filters) throws IOException
XContentcreateGenerator インタフェース内 XContentIOExceptionpublic XContentParser createParser(String content) throws IOException
XContentcreateParser インタフェース内 XContentIOExceptionpublic XContentParser createParser(InputStream is) throws IOException
XContentcreateParser インタフェース内 XContentIOExceptionpublic XContentParser createParser(byte[] data) throws IOException
XContentcreateParser インタフェース内 XContentIOExceptionpublic XContentParser createParser(byte[] data, int offset, int length) throws IOException
XContentcreateParser インタフェース内 XContentIOExceptionpublic XContentParser createParser(BytesReference bytes) throws IOException
XContentcreateParser インタフェース内 XContentIOExceptionpublic XContentParser createParser(Reader reader) throws IOException
XContentcreateParser インタフェース内 XContentIOExceptionCopyright © 2009–2016. All rights reserved.