| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.data.api.schema | 
 Definition of normalized YANG DOM Model
 Normalized DOM Model brings more direct mapping between YANG Model, DOM
 representation of data 
 | 
| org.opendaylight.yangtools.yang.data.impl.schema.builder.api | |
| org.opendaylight.yangtools.yang.data.impl.schema.builder.impl | |
| org.opendaylight.yangtools.yang.data.impl.schema.nodes | |
| org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser | |
| org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
AugmentationNode
Data instance of  
augment associated with parent node. | 
interface  | 
ChoiceNode
Node representing data instance of  
choice. | 
interface  | 
ContainerNode
Data subtree with cardinality 0..1 in the context of parent node
 Node which does not have value but contains valid  
DataContainerChild nodes. | 
interface  | 
MapEntryNode
Instance of Map entry, this node does not contains value, but child nodes. 
 | 
interface  | 
UnkeyedListEntryNode
List entry node, which does not have value, but child nodes. 
 | 
interface  | 
YangModeledAnyXmlNode
AnyXML node with schema of contained XML data. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DataContainerNodeAttrBuilder<I extends YangInstanceIdentifier.PathArgument,R extends DataContainerNode<I>>  | 
interface  | 
DataContainerNodeBuilder<I extends YangInstanceIdentifier.PathArgument,R extends DataContainerNode<I>>  | 
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
ImmutableContainerNodeBuilder.ImmutableContainerNode  | 
protected static class  | 
ImmutableUnkeyedListEntryNodeBuilder.ImmutableUnkeyedListEntryNode  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractImmutableDataContainerAttrNode<K extends YangInstanceIdentifier.PathArgument>  | 
class  | 
AbstractImmutableDataContainerNode<K extends YangInstanceIdentifier.PathArgument>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseDispatcherParser<E,P extends YangInstanceIdentifier.PathArgument,N extends DataContainerNode<P>,S>
Abstract(base) Parser for DataContainerNodes e.g. 
 | 
static class  | 
BaseDispatcherParser.SimpleBuildingStrategy<P extends YangInstanceIdentifier.PathArgument,N extends DataContainerNode<P>>  | 
class  | 
ListEntryNodeBaseParser<P extends YangInstanceIdentifier.PathArgument,E,N extends DataContainerNode<P>>
Abstract(base) parser for ListNodes (MapNode, UnkeyedListNode), parses elements of type E. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseDispatcherSerializer<E,N extends DataContainerNode<?>,S>
Abstract(base) Serializer for DataContainerNodes e.g. 
 | 
class  | 
ListEntryNodeBaseSerializer<E,N extends DataContainerNode<?>>
Abstract(base) serializer for ListEntryNodes (MapEntryNode, UnkeyedListEntryNode), serializes elements of type E. 
 | 
class  | 
ListNodeBaseSerializer<E,N extends DataContainerChild<YangInstanceIdentifier.NodeIdentifier,Collection<O>>,O extends DataContainerNode<?>>
Abstract(base) serializer for ListNodes (MapNode, UnkeyedListNode), serializes elements of type E. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.