Uses of Class
com.bazaarvoice.jolt.common.pathelement.TransposePathElement
-
Packages that use TransposePathElement Package Description com.bazaarvoice.jolt.common.pathelement com.bazaarvoice.jolt.modifier.function -
-
Uses of TransposePathElement in com.bazaarvoice.jolt.common.pathelement
Fields in com.bazaarvoice.jolt.common.pathelement declared as TransposePathElement Modifier and Type Field Description private TransposePathElement
ArrayPathElement. transposePathElement
Methods in com.bazaarvoice.jolt.common.pathelement that return TransposePathElement Modifier and Type Method Description private static TransposePathElement
TransposePathElement. innerParse(java.lang.String originalKey, java.lang.String meat)
Parse the core of the TransposePathElement key, once basic errors have been checked and syntax has been handled.static TransposePathElement
TransposePathElement. parse(java.lang.String key)
Parse a text value from a Spec, into a TransposePathElement. -
Uses of TransposePathElement in com.bazaarvoice.jolt.modifier.function
Fields in com.bazaarvoice.jolt.modifier.function declared as TransposePathElement Modifier and Type Field Description private TransposePathElement
FunctionArg.SelfLookupArg. pathElement
-