Class DateFilter
java.lang.Object
io.kestra.core.runners.pebble.AbstractDate
io.kestra.core.runners.pebble.filters.DateFilter
- All Implemented Interfaces:
io.pebbletemplates.pebble.extension.Filter,io.pebbletemplates.pebble.extension.NamedArguments
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.kestra.core.runners.pebble.AbstractDate
convert, format, getArgumentNames, zoneIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.pebbletemplates.pebble.extension.NamedArguments
getArgumentNames
-
Constructor Details
-
DateFilter
public DateFilter()
-
-
Method Details
-
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
-