Interface EvaluatablePathElement

All Superinterfaces:
PathElement
All Known Implementing Classes:
AmpPathElement, ArrayMatchedElement, ArrayPathElement, DollarPathElement, LiteralPathElement, MatchedElement, TransposePathElement

public interface EvaluatablePathElement extends PathElement
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(WalkedPath walkedPath)
    Evaluate this key as if it is an write path element.

    Methods inherited from interface com.bazaarvoice.jolt.common.pathelement.PathElement

    getCanonicalForm, getRawKey
  • Method Details

    • evaluate

      String evaluate(WalkedPath walkedPath)
      Evaluate this key as if it is an write path element.
      Parameters:
      walkedPath - "up the tree" list of LiteralPathElements, that may be used by this key as it is computing
      Returns:
      String path element to use for write tree building