Uses of Interface
org.opendaylight.yangtools.yang.model.api.SchemaContextProvider
-
Packages that use SchemaContextProvider 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. -
-
Uses of SchemaContextProvider in org.opendaylight.yangtools.rcf8528.data.util
Classes in org.opendaylight.yangtools.rcf8528.data.util that implement SchemaContextProvider Modifier and Type Class Description class
EmptyMountPointContext
A simpleMountPointContext
which does not contain any mount points. -
Uses of SchemaContextProvider in org.opendaylight.yangtools.rfc7952.data.api
Subinterfaces of SchemaContextProvider in org.opendaylight.yangtools.rfc7952.data.api Modifier and Type Interface Description interface
MetadataNormalizedAnydata
A piece ofNormalizedAnydata
with a corresponding piece ofNormalizedMetadata
. -
Uses of SchemaContextProvider in org.opendaylight.yangtools.rfc7952.data.util
Classes in org.opendaylight.yangtools.rfc7952.data.util that implement SchemaContextProvider Modifier and Type Class Description class
ImmutableMetadataNormalizedAnydata
-
Uses of SchemaContextProvider in org.opendaylight.yangtools.rfc8528.data.api
Subinterfaces of SchemaContextProvider in org.opendaylight.yangtools.rfc8528.data.api Modifier and Type Interface Description interface
MountPointContext
A context of either an explicit (RFC8528 Schema Mount instance) or implicit (system root). -
Uses of SchemaContextProvider in org.opendaylight.yangtools.yang.data.api.schema
Subinterfaces of SchemaContextProvider in org.opendaylight.yangtools.yang.data.api.schema Modifier and Type Interface Description interface
NormalizedAnydata
The contents of ananydata
node in a normalized format. -
Uses of SchemaContextProvider in org.opendaylight.yangtools.yang.data.api.schema.tree
Subinterfaces of SchemaContextProvider in org.opendaylight.yangtools.yang.data.api.schema.tree Modifier and Type Interface Description interface
CursorAwareDataTreeModification
ADataTreeModification
which allows creation of aDataTreeModificationCursor
.interface
CursorAwareDataTreeSnapshot
ADataTreeSnapshot
which allows creation of aDataTreeSnapshotCursor
.interface
DataTreeModification
Class encapsulation of set of modifications to a base tree.interface
DataTreeSnapshot
Read-only snapshot of aDataTree
.Classes in org.opendaylight.yangtools.yang.data.api.schema.tree that implement SchemaContextProvider Modifier and Type Class Description class
SynchronizedDataTreeModification
ADataTreeModification
implementation which delegates all calls to another instance, making sure no method is being invoked from multiple threads concurrently. -
Uses of SchemaContextProvider in org.opendaylight.yangtools.yang.data.codec.gson
Classes in org.opendaylight.yangtools.yang.data.codec.gson that implement SchemaContextProvider Modifier and Type Class Description class
JSONCodecFactory
Factory for creating JSON equivalents of codecs. -
Uses of SchemaContextProvider in org.opendaylight.yangtools.yang.data.codec.xml
Classes in org.opendaylight.yangtools.yang.data.codec.xml that implement SchemaContextProvider Modifier and Type Class Description class
XmlCodecFactory
A thread-safe factory for instantiatingXmlCodec
s. -
Uses of SchemaContextProvider in org.opendaylight.yangtools.yang.data.impl.leafref
Classes in org.opendaylight.yangtools.yang.data.impl.leafref that implement SchemaContextProvider Modifier and Type Class Description class
LeafRefContext
-
Uses of SchemaContextProvider in org.opendaylight.yangtools.yang.data.util
Classes in org.opendaylight.yangtools.yang.data.util that implement SchemaContextProvider Modifier and Type Class Description class
ImmutableNormalizedAnydata
class
ModuleStringIdentityrefCodec
Base class for implementing identityref codecs on based on module names. -
Uses of SchemaContextProvider in org.opendaylight.yangtools.yang.data.util.codec
Classes in org.opendaylight.yangtools.yang.data.util.codec that implement SchemaContextProvider Modifier and Type Class 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. -
Uses of SchemaContextProvider in org.opendaylight.yangtools.yang.model.api
Subinterfaces of SchemaContextProvider in org.opendaylight.yangtools.yang.model.api Modifier and Type Interface Description interface
EffectiveModelContextProvider
A static provider of anEffectiveModelContext
. -
Uses of SchemaContextProvider in org.opendaylight.yangtools.yang.model.util
Classes in org.opendaylight.yangtools.yang.model.util that implement SchemaContextProvider Modifier and Type Class Description class
AbstractIdentifiableSchemaContextProvider<T>
class
AbstractSchemaContextProvider
Utility superclass for classes returning a constantSchemaContext
.class
ModuleNameNamespaceContext
UtilityYangNamespaceContext
backed by a SchemaContext, resolving namespaces to their module names.class
SchemaInferenceStack
A state tracking utility for walkingEffectiveModelContext
's contents along schema/grouping namespaces.
-