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.intprotected abstract chargetToken()
-
Field Details
-
pathIndex
private final int pathIndex
-
-
Constructor Details
-
BasePathReference
-
-
Method Details
-
getToken
protected abstract char getToken() -
getPathIndex
public int getPathIndex()- Specified by:
getPathIndexin interfacePathReference
-
getCanonicalForm
Builds the non-syntactic sugar / maximally expanded and unique form of this reference.- Specified by:
getCanonicalFormin interfacePathReference- Returns:
- canonical form : aka "#" -> "#0
-