Package | Description |
---|---|
org.opendaylight.yangtools.rcf8528.data.util | |
org.opendaylight.yangtools.rfc7952.data.api | |
org.opendaylight.yangtools.rfc7952.data.util | |
org.opendaylight.yangtools.rfc8528.data.api | |
org.opendaylight.yangtools.yang.data.api.schema |
Definition of normalized YANG DOM Model.
|
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 | Class and Description |
---|---|
class |
EmptyMountPointContext
A simple
MountPointContext which does not contain any mount points. |
Modifier and Type | Interface and Description |
---|---|
interface |
MetadataNormalizedAnydata
A piece of
NormalizedAnydata with a corresponding piece of NormalizedMetadata . |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableMetadataNormalizedAnydata |
Modifier and Type | Interface and Description |
---|---|
interface |
MountPointContext
A context of either an explicit (RFC8528 Schema Mount instance) or implicit (system root).
|
Modifier and Type | Interface and Description |
---|---|
interface |
NormalizedAnydata
The contents of an
anydata node in a normalized format. |
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 |
ImmutableNormalizedAnydata |
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 |
AbstractIdentifiableSchemaContextProvider<T> |
class |
AbstractSchemaContextProvider
Utility superclass for classes returning a constant
SchemaContext . |
class |
ModuleNameNamespaceContext
Utility
YangNamespaceContext backed by a SchemaContext, resolving namespaces to their module names. |
Copyright © 2020 OpenDaylight. All rights reserved.