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
public static class ExperimentalModule.GroupBy extends AbstractCallable implements Macro
-
-
Constructor Summary
Constructors Constructor Description GroupBy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.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
-
-
-
-
Method Detail
-
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.
-
-