Class ExperimentalModule.GroupBy

java.lang.Object
com.schibsted.spt.data.jslt.impl.AbstractCallable
com.schibsted.spt.data.jslt.impl.ExperimentalModule.GroupBy
All Implemented Interfaces:
Callable, Macro
Enclosing class:
ExperimentalModule

public static class ExperimentalModule.GroupBy extends AbstractCallable implements Macro
  • 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: Macro
      Invokes the macro, which can then modify the input node and evaluate the parameters as needed.
      Specified by:
      call in interface Macro