Class BuiltinFunctions.Fallback

All Implemented Interfaces:
Callable, Macro
Enclosing class:
BuiltinFunctions

public static class BuiltinFunctions.Fallback extends BuiltinFunctions.AbstractMacro
  • Constructor Details

    • Fallback

      public Fallback()
  • Method Details

    • 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.