Interface PathElement

All Known Subinterfaces:
EvaluatablePathElement, MatchablePathElement, StarPathElement
All Known Implementing Classes:
AmpPathElement, ArrayMatchedElement, ArrayPathElement, AtPathElement, BasePathElement, DollarPathElement, HashPathElement, LiteralPathElement, MatchedElement, StarAllPathElement, StarDoublePathElement, StarRegexPathElement, StarSinglePathElement, TransposePathElement

public interface PathElement
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the canonical form of this PathElement.
     
  • Method Details

    • getRawKey

      String getRawKey()
    • getCanonicalForm

      String getCanonicalForm()
      Get the canonical form of this PathElement. Really only interesting for the Reference Path element, where it will expand "invalid input: '&'" to "invalid input: '&'0(0)".
      Returns:
      canonical String version of this PathElement