Package com.bazaarvoice.jolt.common.pathelement
package com.bazaarvoice.jolt.common.pathelement
-
ClassDescriptionPathElement class that handles keys with invalid input: '&' values, like input: "photos-invalid input: '&'(1,1)"" It breaks down the string into a series of String or Reference tokens, that can be used to 1) match input like "photos-5" where "invalid input: '&'(1,1)" evaluated to 5For use on the LHS, allows the user to specify an explicit string to write out.Meant to be an immutable PathElement from a Spec, and therefore shareable across threads running multiple transforms using the same spec.PathElement for the lone "*" wildcard.PathElement for the a double "*" wildcard such as tag-*-*.Marker interface for PathElements that contain the "*" wildcard.Non-greedy * based Path Element.PathElement for the a single "*" wildcard such as tag-*.This PathElement is used by Shiftr to Transpose data.