Class PathRef

java.lang.Object
com.jayway.jsonpath.internal.PathRef
All Implemented Interfaces:
Comparable<PathRef>
Direct Known Subclasses:
PathRef.ArrayIndexPathRef, PathRef.ObjectMultiPropertyPathRef, PathRef.ObjectPropertyPathRef, PathRef.RootPathRef

public abstract class PathRef extends Object implements Comparable<PathRef>