Package com.schibsted.spt.data.jslt.impl
Class ExperimentalModule.GroupBy
java.lang.Object
com.schibsted.spt.data.jslt.impl.AbstractCallable
com.schibsted.spt.data.jslt.impl.ExperimentalModule.GroupBy
- Enclosing class:
ExperimentalModule
-
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 com.schibsted.spt.data.jslt.impl.AbstractCallable
getMaxArguments, getMinArguments, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.schibsted.spt.data.jslt.Callable
getMaxArguments, getMinArguments, getName
-
Constructor Details
-
GroupBy
public GroupBy()
-
-
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.
-