Package com.schibsted.spt.data.jslt.impl
Class BuiltinFunctions.Fallback
java.lang.Object
com.schibsted.spt.data.jslt.impl.AbstractCallable
com.schibsted.spt.data.jslt.impl.BuiltinFunctions.AbstractMacro
com.schibsted.spt.data.jslt.impl.BuiltinFunctions.Fallback
- Enclosing class:
BuiltinFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
call
(Scope scope, com.fasterxml.jackson.databind.JsonNode input, ExpressionNode[] parameters) Invokes the macro, which can then modify the input node and evaluate the parameters as needed.Methods inherited from class com.schibsted.spt.data.jslt.impl.AbstractCallable
getMaxArguments, getMinArguments, getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.schibsted.spt.data.jslt.Callable
getMaxArguments, getMinArguments, getName
-
Constructor Details
-
Fallback
public Fallback()
-
-
Method Details
-
call
public com.fasterxml.jackson.databind.JsonNode call(Scope scope, com.fasterxml.jackson.databind.JsonNode input, ExpressionNode[] parameters) Description copied from interface:Macro
Invokes the macro, which can then modify the input node and evaluate the parameters as needed.
-