Interface | Description |
---|---|
NodeCodecContext.CodecContextFactory |
Immutable factory, which provides access to runtime context,
create leaf nodes and provides path argument codecs.
|
Class | Description |
---|---|
AnyxmlNodeCodecContext<D extends TreeNode> | |
BindingCodecContext |
Binding codec context for holding runtime part and codecs.
|
DataContainerCodecContext<D extends TreeNode,T> | |
DataContainerCodecPrototype<T> | |
LeafNodeCodecContext<D extends TreeNode> | |
NodeCodecContext<D extends TreeNode> |
Location specific context for schema nodes, which contains codec specific
information to properly serialize / deserialize from Java YANG Binding data
to NormalizedNode data.
|
TreeNodeCodecContext<D extends TreeNode,T extends org.opendaylight.yangtools.yang.model.api.DataNodeContainer> |
Exception | Description |
---|---|
MissingClassInLoadingStrategyException |
Thrown when user schema for supplied binding class is available in present schema context, but
binding class itself is not known to codecs because backing class loading strategy did not
provided it.
|
MissingSchemaForClassException |
Thrown when Java Binding class was used in data for which codec does not
have schema.
|
Copyright © 2019 OpenDaylight. All rights reserved.