D
- - type of tree node@Beta public class ListNodeCodecContext<D extends TreeNode> extends TreeNodeCodecContext<D,org.opendaylight.yangtools.yang.model.api.ListSchemaNode>
NodeCodecContext.CodecContextFactory
Constructor and Description |
---|
ListNodeCodecContext(DataContainerCodecPrototype<org.opendaylight.yangtools.yang.model.api.ListSchemaNode> prototype)
Prepare context for list node from prototype.
|
Modifier and Type | Method and Description |
---|---|
D |
deserialize(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> node)
Converts from Normalized Node to Binding representation of data.
|
protected Object |
deserializeObject(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> node) |
bindingPathArgumentChild, createBindingProxy, deserializePathArgument, getAllAugmentationsFrom, getAnyxmlChild, getBindingChildValue, getHashCodeAndEqualsMethods, getLeafChild, possibleStreamChild, serializePathArgument, streamChild, yangPathArgumentChild
bindingArg, childNonNull, childNonNull, childNonNull, createCachingCodec, createWriter, eventStreamSerializer, factory, getBindingClass, getBindingPathArgument, getDomPathArgument, getSchema, namespace, serialize, toString, writeAsNormalizedNode
addYangPathArgument
public ListNodeCodecContext(DataContainerCodecPrototype<org.opendaylight.yangtools.yang.model.api.ListSchemaNode> prototype)
prototype
- - codec prototype of list node@Nonnull public D deserialize(@Nonnull org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> node)
BindingNormalizedNodeCodec
node
- - Normalized Node representation of dataprotected Object deserializeObject(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> node)
deserializeObject
in class NodeCodecContext<D extends TreeNode>
Copyright © 2019 OpenDaylight. All rights reserved.