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.JsonNodecall(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 AbstractCallable
getMaxArguments, getMinArguments, getNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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:MacroInvokes the macro, which can then modify the input node and evaluate the parameters as needed.
-