Class BuiltinFunctions.Replace

All Implemented Interfaces:
Callable, Function, RegexpFunction
Enclosing class:
BuiltinFunctions

public static class BuiltinFunctions.Replace extends AbstractFunction
  • Constructor Details

    • Replace

      public Replace()
  • Method Details

    • call

      public com.fasterxml.jackson.databind.JsonNode call(com.fasterxml.jackson.databind.JsonNode input, com.fasterxml.jackson.databind.JsonNode[] arguments)
      Description copied from interface: Function
      Perform the function on the given JSON input with the given arguments.
    • regexpArgumentNumber

      public int regexpArgumentNumber()
      Description copied from interface: RegexpFunction
      Which argument in the argument list is a regexp?
      Specified by:
      regexpArgumentNumber in interface RegexpFunction