Interface BindingObjectCodecTreeNode<T extends BindingObject>

All Superinterfaces:
BindingCodecTreeNode
All Known Subinterfaces:
BindingDataObjectCodecTreeNode<T>, BindingOpaqueObjectCodecTreeNode<T>, BindingTypeObjectCodecTreeNode<T>
All Known Implementing Classes:
DataObjectCodecContext

@Beta public interface BindingObjectCodecTreeNode<T extends BindingObject> extends BindingCodecTreeNode
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull Class<T>
    Returns binding class which represents API of current schema node.

    Methods inherited from interface org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTreeNode

    getSchema
  • Method Details

    • getBindingClass

      @NonNull Class<T> getBindingClass()
      Returns binding class which represents API of current schema node.
      Returns:
      interface which defines API of binding representation of data.