Class BasePathReference
java.lang.Object
com.bazaarvoice.jolt.common.reference.BasePathReference
- All Implemented Interfaces:
PathReference
- Direct Known Subclasses:
HashReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuilds the non-syntactic sugar / maximally expanded and unique form of this reference.int
protected abstract char
getToken()
-
Field Details
-
pathIndex
private final int pathIndex
-
-
Constructor Details
-
BasePathReference
-
-
Method Details
-
getToken
protected abstract char getToken() -
getPathIndex
public int getPathIndex()- Specified by:
getPathIndex
in interfacePathReference
-
getCanonicalForm
Builds the non-syntactic sugar / maximally expanded and unique form of this reference.- Specified by:
getCanonicalForm
in interfacePathReference
- Returns:
- canonical form : aka "#" -> "#0
-