Class HashReference
- java.lang.Object
-
- com.bazaarvoice.jolt.common.reference.BasePathReference
-
- com.bazaarvoice.jolt.common.reference.HashReference
-
- All Implemented Interfaces:
PathReference
public class HashReference extends BasePathReference
TODO : Refactor the out to it's own class, as it really isn't a "Reference" This is just a cheap hack at the moment.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Character
TOKEN
-
Constructor Summary
Constructors Constructor Description HashReference(java.lang.String refStr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected char
getToken()
-
Methods inherited from class com.bazaarvoice.jolt.common.reference.BasePathReference
getCanonicalForm, getPathIndex
-
-
-
-
Method Detail
-
getToken
protected char getToken()
- Specified by:
getToken
in classBasePathReference
-
-