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.String
rawKey
-
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.String
getRawKey()
java.lang.String
toString()
-
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:
getRawKey
in interfacePathElement
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-