Class FunctionArg
java.lang.Object
com.bazaarvoice.jolt.modifier.function.FunctionArg
- Direct Known Subclasses:
FunctionArg.ContextLookupArg, FunctionArg.LiteralArg, FunctionArg.SelfLookupArg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classprivate static final classprivate static final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluateArg(WalkedPath walkedPath, Map<String, Object> context) static FunctionArgforContext(PathEvaluatingTraversal traversal) static FunctionArgforLiteral(Object obj, boolean parseArg) static FunctionArgforSelf(PathEvaluatingTraversal traversal)
-
Constructor Details
-
FunctionArg
public FunctionArg()
-
-
Method Details
-
forSelf
-
forContext
-
forLiteral
-
evaluateArg
-