Interface NoContextFunction

  • All Known Implementing Classes:
    AppendFunction

    public interface NoContextFunction
    Optimized version of FunctionBase where parameters don't have to be converted from JsonNode to call context
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode invoke​(com.fasterxml.jackson.databind.JsonNode... elements)  
    • Method Detail

      • invoke

        com.fasterxml.jackson.databind.JsonNode invoke​(com.fasterxml.jackson.databind.JsonNode... elements)