Interface BindingDOMCodecServices
- All Superinterfaces:
BindingCodecTree
,BindingDataObjectCodecTreeParent<Empty>
,BindingNormalizedNodeSerializer
,BindingNormalizedNodeWriterFactory
- All Known Implementing Classes:
BindingCodecContext
,DefaultBindingDOMCodecServices
,ForwardingBindingDOMCodecServices
,GlobalBindingDOMCodecServices
@Deprecated(since="14.0.2",
forRemoval=true)
public interface BindingDOMCodecServices
extends BindingNormalizedNodeWriterFactory, BindingNormalizedNodeSerializer, BindingCodecTree
Deprecated, for removal: This API element is subject to removal in a future version.
Collection of services provided by a Binding-DOM codec instance. This interface serves as an atomic unit for
acquiring a consistent set of these services.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.binding.data.codec.api.BindingCodecTree
BindingCodecTree.CodecWithPath<T extends DataObject>
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.binding.data.codec.api.BindingNormalizedNodeSerializer
BindingNormalizedNodeSerializer.AugmentationResult, BindingNormalizedNodeSerializer.NodeResult, BindingNormalizedNodeSerializer.NormalizedResult
-
Method Summary
Modifier and TypeMethodDescription@NonNull BindingRuntimeContext
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface org.opendaylight.yangtools.binding.data.codec.api.BindingCodecTree
getAugmentationCodec, getDataObjectCodec, getIdentityCodec, getInstanceIdentifierCodec, getSubtreeCodec, getSubtreeCodec, getSubtreeCodec, getSubtreeCodecWithPath, getYangDataCodec, getYangDataCodec
Methods inherited from interface org.opendaylight.yangtools.binding.data.codec.api.BindingDataObjectCodecTreeParent
getStreamAugmentation, getStreamChild, getStreamDataObject
Methods inherited from interface org.opendaylight.yangtools.binding.data.codec.api.BindingNormalizedNodeSerializer
fromNormalizedNode, fromNormalizedNodeActionInput, fromNormalizedNodeActionOutput, fromNormalizedNodeNotification, fromNormalizedNodeNotification, fromNormalizedNodeRpcData, fromYangInstanceIdentifier, toLazyNormalizedNodeActionInput, toLazyNormalizedNodeActionInput, toLazyNormalizedNodeActionOutput, toLazyNormalizedNodeActionOutput, toNormalizedAugmentation, toNormalizedDataObject, toNormalizedNode, toNormalizedNodeActionInput, toNormalizedNodeActionOutput, toNormalizedNodeNotification, toNormalizedNodeNotification, toNormalizedNodeRpcData, toYangInstanceIdentifier
Methods inherited from interface org.opendaylight.yangtools.binding.data.codec.api.BindingNormalizedNodeWriterFactory
newActionInputWriter, newActionOutputWriter, newNotificationWriter, newRpcWriter, newWriter, newWriterAndIdentifier
-
Method Details
-
getRuntimeContext
@NonNull BindingRuntimeContext getRuntimeContext()Deprecated, for removal: This API element is subject to removal in a future version.
-
BindingDataCodec
instead.