Uses of Class
org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
-
Packages that use AbstractNodeDataWithSchema Package Description org.opendaylight.yangtools.yang.data.codec.gson org.opendaylight.yangtools.yang.data.util -
-
Uses of AbstractNodeDataWithSchema in org.opendaylight.yangtools.yang.data.codec.gson
Methods in org.opendaylight.yangtools.yang.data.codec.gson with parameters of type AbstractNodeDataWithSchema Modifier and Type Method Description void
JsonParserStream. read(com.google.gson.stream.JsonReader in, AbstractNodeDataWithSchema<?> parent)
-
Uses of AbstractNodeDataWithSchema in org.opendaylight.yangtools.yang.data.util
Classes in org.opendaylight.yangtools.yang.data.util with type parameters of type AbstractNodeDataWithSchema Modifier and Type Interface Description interface
MultipleEntryDataWithSchema<T extends AbstractNodeDataWithSchema<?>>
Marker interface forAbstractNodeDataWithSchema
specializations which are composed of multiple entries.Subclasses of AbstractNodeDataWithSchema in org.opendaylight.yangtools.yang.data.util Modifier and Type Class Description class
AbstractMountPointDataWithSchema<T extends DataSchemaNode>
ACompositeNodeDataWithSchema
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.Methods in org.opendaylight.yangtools.yang.data.util that return AbstractNodeDataWithSchema Modifier and Type Method Description AbstractNodeDataWithSchema<?>
CompositeNodeDataWithSchema. addChild(Deque<DataSchemaNode> schemas)
Deprecated.AbstractNodeDataWithSchema<?>
CompositeNodeDataWithSchema. addChild(Deque<DataSchemaNode> schemas, CompositeNodeDataWithSchema.ChildReusePolicy policy)
Methods in org.opendaylight.yangtools.yang.data.util with parameters of type AbstractNodeDataWithSchema Modifier and Type Method Description void
CompositeNodeDataWithSchema. addChild(AbstractNodeDataWithSchema<?> newChild)
Deprecated.
-