Interface BindingOpaqueObjectCodecTreeNode<T extends OpaqueObject<T>>
- All Superinterfaces:
BindingCodecTreeNode
,BindingNormalizedNodeCodec<T>
,BindingObjectCodecTreeNode
@Beta
public non-sealed interface BindingOpaqueObjectCodecTreeNode<T extends OpaqueObject<T>>
extends BindingObjectCodecTreeNode, BindingNormalizedNodeCodec<T>
-
Method Summary
Modifier and TypeMethodDescriptionReturns binding class of interface which represents API of current schema node.Methods inherited from interface org.opendaylight.yangtools.binding.data.codec.api.BindingCodecTreeNode
getSchema
Methods inherited from interface org.opendaylight.yangtools.binding.data.codec.api.BindingNormalizedNodeCodec
deserialize, serialize
-
Method Details
-
getBindingClass
Returns binding class of interface which represents API of current schema node. The result is same as invokingBindingContract.implementedInterface()
on instance of data.- Specified by:
getBindingClass
in interfaceBindingObjectCodecTreeNode
- Returns:
- interface which defines API of binding representation of data.
-