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 | Interface and Description |
---|---|
interface |
MultipleEntryDataWithSchema<T extends AbstractNodeDataWithSchema<?>>
Marker interface for
AbstractNodeDataWithSchema specializations which are composed of multiple entries. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMountPointDataWithSchema<T extends DataSchemaNode>
A
CompositeNodeDataWithSchema which can hold mount-point data. |
class |
AnydataNodeDataWithSchema |
class |
AnyXmlNodeDataWithSchema
Utility class used for tracking parser state as needed by a StAX-like parser.
|
class |
CompositeNodeDataWithSchema<T extends DataSchemaNode>
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<T extends DataSchemaNode>
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)
Deprecated.
|
AbstractNodeDataWithSchema<?> |
CompositeNodeDataWithSchema.addChild(Deque<DataSchemaNode> schemas,
CompositeNodeDataWithSchema.ChildReusePolicy policy) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeNodeDataWithSchema.addChild(AbstractNodeDataWithSchema<?> newChild)
Deprecated.
|
Copyright © 2020 OpenDaylight. All rights reserved.