Class BasePathElement
- java.lang.Object
-
- com.bazaarvoice.jolt.common.pathelement.BasePathElement
-
- All Implemented Interfaces:
PathElement
- Direct Known Subclasses:
AmpPathElement,ArrayPathElement,AtPathElement,DollarPathElement,HashPathElement,LiteralPathElement,MatchedElement,StarDoublePathElement,StarRegexPathElement,StarSinglePathElement,TransposePathElement
public abstract class BasePathElement extends java.lang.Object implements PathElement
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringrawKey
-
Constructor Summary
Constructors Constructor Description BasePathElement(java.lang.String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRawKey()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.bazaarvoice.jolt.common.pathelement.PathElement
getCanonicalForm
-
-
-
-
Method Detail
-
getRawKey
public java.lang.String getRawKey()
- Specified by:
getRawKeyin interfacePathElement
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-