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 class
private static final class
private static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluateArg
(WalkedPath walkedPath, Map<String, Object> context) static FunctionArg
forContext
(PathEvaluatingTraversal traversal) static FunctionArg
forLiteral
(Object obj, boolean parseArg) static FunctionArg
forSelf
(PathEvaluatingTraversal traversal)
-
Constructor Details
-
FunctionArg
public FunctionArg()
-
-
Method Details
-
forSelf
-
forContext
-
forLiteral
-
evaluateArg
-