Class ExperimentalModule.GroupBy

    • Constructor Detail

      • GroupBy

        public GroupBy()
    • 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.
        Specified by:
        call in interface Macro