Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.codec.gson | |
org.opendaylight.yangtools.yang.data.util |
Modifier and Type | Method and Description |
---|---|
void |
JsonParserStream.read(com.google.gson.stream.JsonReader in,
AbstractNodeDataWithSchema parent) |
Modifier and Type | Class and Description |
---|---|
class |
AnyXmlNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
class |
CompositeNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
class |
ContainerNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
class |
LeafListEntryNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
class |
LeafListNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
class |
LeafNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
class |
ListEntryNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
class |
ListNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
class |
SimpleNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
class |
YangModeledAnyXmlNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
Modifier and Type | Method and Description |
---|---|
AbstractNodeDataWithSchema |
CompositeNodeDataWithSchema.addChild(Deque<DataSchemaNode> schemas) |
Modifier and Type | Method and Description |
---|---|
void |
ListEntryNodeDataWithSchema.addChild(AbstractNodeDataWithSchema newChild) |
void |
CompositeNodeDataWithSchema.addChild(AbstractNodeDataWithSchema newChild) |
Copyright © 2019 OpenDaylight. All rights reserved.