public static class ExperimentalModule.GroupBy extends AbstractCallable implements Macro
| Constructor and Description |
|---|
GroupBy() |
| Modifier and Type | Method and 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.
|
getMaxArguments, getMinArguments, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxArguments, getMinArguments, getNamepublic com.fasterxml.jackson.databind.JsonNode call(Scope scope, com.fasterxml.jackson.databind.JsonNode input, ExpressionNode[] parameters)
Macro