Class JsonNodeFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.fasterxml.jackson.databind.JsonNode value  
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonNodeFunction​(com.fasterxml.jackson.databind.JsonNode value)  
    • Method Summary

      All Methods Instance 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)  
      • Methods inherited from class java.lang.Object

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

      • value

        private com.fasterxml.jackson.databind.JsonNode value
    • Constructor Detail

      • JsonNodeFunction

        public JsonNodeFunction​(com.fasterxml.jackson.databind.JsonNode value)