Uses of Class
com.bazaarvoice.jolt.modifier.function.FunctionArg
-
Packages that use FunctionArg Package Description com.bazaarvoice.jolt.modifier.function com.bazaarvoice.jolt.modifier.spec -
-
Uses of FunctionArg in com.bazaarvoice.jolt.modifier.function
Subclasses of FunctionArg in com.bazaarvoice.jolt.modifier.function Modifier and Type Class Description private static classFunctionArg.ContextLookupArgprivate static classFunctionArg.LiteralArgprivate static classFunctionArg.SelfLookupArgFields in com.bazaarvoice.jolt.modifier.function declared as FunctionArg Modifier and Type Field Description private FunctionArg[]FunctionEvaluator. functionArgsMethods in com.bazaarvoice.jolt.modifier.function that return FunctionArg Modifier and Type Method Description static FunctionArgFunctionArg. forContext(PathEvaluatingTraversal traversal)static FunctionArgFunctionArg. forLiteral(java.lang.Object obj, boolean parseArg)static FunctionArgFunctionArg. forSelf(PathEvaluatingTraversal traversal)Methods in com.bazaarvoice.jolt.modifier.function with parameters of type FunctionArg Modifier and Type Method Description private static java.lang.Object[]FunctionEvaluator. evaluateArgsValue(FunctionArg[] functionArgs, java.util.Map<java.lang.String,java.lang.Object> context, WalkedPath walkedPath)static FunctionEvaluatorFunctionEvaluator. forArgEvaluation(FunctionArg functionArgs)static FunctionEvaluatorFunctionEvaluator. forFunctionEvaluation(Function function, FunctionArg... functionArgs)Constructors in com.bazaarvoice.jolt.modifier.function with parameters of type FunctionArg Constructor Description FunctionEvaluator(Function function, FunctionArg... functionArgs) -
Uses of FunctionArg in com.bazaarvoice.jolt.modifier.spec
Methods in com.bazaarvoice.jolt.modifier.spec that return FunctionArg Modifier and Type Method Description private static FunctionArg[]ModifierLeafSpec. constructArgs(java.util.List<java.lang.String> argsList)private static FunctionArgModifierLeafSpec. constructSingleArg(java.lang.String arg, boolean forFunction)
-