| Modifier and Type | Method and Description |
|---|---|
static JSONCodecFactory |
JSONCodecFactory.create(org.opendaylight.yangtools.yang.model.api.SchemaContext context)
Instantiate a new codec factory attached to a particular context.
|
| Modifier and Type | Method and Description |
|---|---|
static org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter |
JSONNormalizedNodeStreamWriter.create(JSONCodecFactory codecFactory,
Writer writer,
int indentSize)
Create a new stream writer, which writes to the specified output stream.
|
static org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter |
JSONNormalizedNodeStreamWriter.createExclusiveWriter(JSONCodecFactory codecFactory,
org.opendaylight.yangtools.yang.model.api.SchemaPath path,
URI initialNs,
com.google.gson.stream.JsonWriter jsonWriter)
Create a new stream writer, which writes to the specified output stream.
|
static org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter |
JSONNormalizedNodeStreamWriter.createNestedWriter(JSONCodecFactory codecFactory,
org.opendaylight.yangtools.yang.model.api.SchemaPath path,
URI initialNs,
com.google.gson.stream.JsonWriter jsonWriter)
Create a new stream writer, which writes to the specified output stream.
|
Copyright © 2015. All rights reserved.