Class BuiltinFunctions.Fallback

    • Constructor Detail

      • Fallback

        public Fallback()
    • Method Detail

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