Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.api.schema.tree | |
org.opendaylight.yangtools.yang.data.codec.gson | |
org.opendaylight.yangtools.yang.data.codec.xml | |
org.opendaylight.yangtools.yang.data.impl.leafref | |
org.opendaylight.yangtools.yang.data.util | |
org.opendaylight.yangtools.yang.data.util.codec | |
org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema
|
org.opendaylight.yangtools.yang.model.util |
Utility classes and implementations for concepts defined in yang-model-api.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CursorAwareDataTreeModification
A
DataTreeModification which allows creation of a DataTreeModificationCursor . |
interface |
CursorAwareDataTreeSnapshot
A
DataTreeSnapshot which allows creation of a DataTreeSnapshotCursor . |
interface |
DataTreeModification
Class encapsulation of set of modifications to a base tree.
|
interface |
DataTreeSnapshot
Read-only snapshot of a
DataTree . |
Modifier and Type | Class and Description |
---|---|
class |
SynchronizedDataTreeModification
A
DataTreeModification implementation which delegates all calls to
another instance, making sure no method is being invoked from multiple threads
concurrently. |
Modifier and Type | Class and Description |
---|---|
class |
JSONCodecFactory
Factory for creating JSON equivalents of codecs.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlCodecFactory
A thread-safe factory for instantiating
XmlCodec s. |
Modifier and Type | Class and Description |
---|---|
class |
LeafRefContext |
Modifier and Type | Class and Description |
---|---|
class |
ModuleStringIdentityrefCodec
Base class for implementing identityref codecs on based on module names.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCodecFactory<T extends TypeAwareCodec<?,?,?>>
A type-to-codec factory base class with logic to efficiently lookup and cache codec instances,
also dealing with union type composition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EffectiveModelContextProvider
A static provider of an
EffectiveModelContext . |
Modifier and Type | Class and Description |
---|---|
class |
ModuleNameNamespaceContext
Utility
YangNamespaceContext backed by a SchemaContext, resolving namespaces to their module names. |
Copyright © 2019 OpenDaylight. All rights reserved.