Package | Description |
---|---|
org.opendaylight.mdsal.binding.dom.codec.api | |
org.opendaylight.yangtools.binding.data.codec.api |
Modifier and Type | Interface and Description |
---|---|
interface |
BindingCodecTree
Navigable tree representing hierarchy of Binding to Normalized Node codecs
This navigable tree is associated to conrete set of YANG models, represented by SchemaContext and
provides access to subtree specific serialization context.
|
Modifier and Type | Method and Description |
---|---|
BindingCodecTree |
BindingCodecTreeFactory.create(BindingRuntimeContext context)
Deprecated.
Creates Binding Codec Tree for specified Binding runtime context.
|
BindingCodecTree |
BindingCodecTreeFactory.create(org.opendaylight.yangtools.yang.model.api.SchemaContext context,
Class<?>... bindingClasses)
Deprecated.
Creates Binding Codec Tree for specified Binding runtime context.
|
Copyright © 2018 OpenDaylight. All rights reserved.