Class KeysFilter

java.lang.Object
io.kestra.core.runners.pebble.filters.KeysFilter
All Implemented Interfaces:
io.pebbletemplates.pebble.extension.Filter, io.pebbletemplates.pebble.extension.NamedArguments

public class KeysFilter extends Object implements io.pebbletemplates.pebble.extension.Filter
  • Constructor Details

    • KeysFilter

      public KeysFilter()
  • Method Details

    • getArgumentNames

      public List<String> getArgumentNames()
      Specified by:
      getArgumentNames in interface io.pebbletemplates.pebble.extension.NamedArguments
    • apply

      public Object apply(Object input, Map<String,Object> args, io.pebbletemplates.pebble.template.PebbleTemplate self, io.pebbletemplates.pebble.template.EvaluationContext context, int lineNumber) throws io.pebbletemplates.pebble.error.PebbleException
      Specified by:
      apply in interface io.pebbletemplates.pebble.extension.Filter
      Throws:
      io.pebbletemplates.pebble.error.PebbleException