Class SubstringAfterLastFilter

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

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

    • SubstringAfterLastFilter

      public SubstringAfterLastFilter()
  • 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