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
IOException
public void flush() throws IOException
flush
in interface Flushable
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2018 OpenDaylight. All rights reserved.