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 Object implements PathElement
  • Field Details

    • rawKey

      private final String rawKey
  • Constructor Details

    • BasePathElement

      public BasePathElement(String key)
  • Method Details