Class JsonArgumentFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Scope scope, java.util.List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version)  
      private void combinations​(PathOutput output, java.util.Stack<com.fasterxml.jackson.databind.JsonNode> args, int index, java.util.List<java.util.List<com.fasterxml.jackson.databind.JsonNode>> argmat, com.fasterxml.jackson.databind.JsonNode in)  
      protected abstract com.fasterxml.jackson.databind.JsonNode fn​(java.util.List<com.fasterxml.jackson.databind.JsonNode> args, com.fasterxml.jackson.databind.JsonNode in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonArgumentFunction

        public JsonArgumentFunction()