java.lang.Object
org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefUtils

public final class LeafRefUtils extends Object
  • Method Details

    • createAbsoluteLeafRefPath

      public static LeafRefPath createAbsoluteLeafRefPath(LeafRefPath leafRefPath, ImmutableList<QName> contextNodeSchemaPath, Module module)
      Create an absolute leafref path.
      Parameters:
      leafRefPath - leafRefPath
      contextNodeSchemaPath - contextNodeSchemaPath
      module - module
      Returns:
      LeafRefPath object
    • schemaPathToLeafRefPath

      public static LeafRefPath schemaPathToLeafRefPath(ImmutableList<QName> nodePath, Module module)