Class PropertyPath


  • public class PropertyPath
    extends java.lang.Object
    • Method Detail

      • getPropertyPath

        public JsonPath getPropertyPath()
      • makeRelative

        public PropertyPath makeRelative​(ComponentPath relativeTo)
        Makes a property path that will point to the same property as this one, but using relative syntax from the given component.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object