| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static JsonParserStream |
create(NormalizedNodeStreamWriter writer,
SchemaContext schemaContext) |
static JsonParserStream |
create(NormalizedNodeStreamWriter writer,
SchemaContext schemaContext,
SchemaNode parentNode) |
void |
flush() |
JsonParserStream |
parse(com.google.gson.stream.JsonReader reader) |
void |
read(com.google.gson.stream.JsonReader in,
AbstractNodeDataWithSchema parent) |
public static JsonParserStream create(NormalizedNodeStreamWriter writer, SchemaContext schemaContext, SchemaNode parentNode)
public static JsonParserStream create(NormalizedNodeStreamWriter writer, SchemaContext schemaContext)
public JsonParserStream parse(com.google.gson.stream.JsonReader reader)
public void read(com.google.gson.stream.JsonReader in,
AbstractNodeDataWithSchema parent)
throws IOException
IOExceptionpublic void flush()
throws IOException
flush in interface FlushableIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2018 OpenDaylight. All rights reserved.