Class RefLink

java.lang.Object
io.higson.runtime.helper.RefLink

public class RefLink extends Object
Represents a reference link between a RefProperty and its target.
Author:
przemek hertel
  • Constructor Details

  • Method Details

    • getRefCanonicalPathWithoutIndex

      public String getRefCanonicalPathWithoutIndex()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • createRefLinks

      public static List<RefLink> createRefLinks(Property prop)
      Creates a list of RefLinks for all reference properties in the given property tree.
      Parameters:
      prop - the root property to scan
      Returns:
      list of RefLinks