Class ReplaceFilter
java.lang.Object
io.kestra.core.runners.pebble.filters.ReplaceFilter
- All Implemented Interfaces:
io.pebbletemplates.pebble.extension.Filter,io.pebbletemplates.pebble.extension.NamedArguments
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FILTER_NAME
- See Also:
-
-
Constructor Details
-
ReplaceFilter
public ReplaceFilter()
-
-
Method Details
-
getArgumentNames
- Specified by:
getArgumentNamesin interfaceio.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:
applyin interfaceio.pebbletemplates.pebble.extension.Filter- Throws:
io.pebbletemplates.pebble.error.PebbleException
-