Package io.kestra.core.runners
Class VariableRenderer
java.lang.Object
io.kestra.core.runners.VariableRenderer
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionVariableRenderer(io.micronaut.context.ApplicationContext applicationContext, VariableRenderer.VariableConfiguration variableConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionproperPebbleException(io.pebbletemplates.pebble.error.PebbleException e) recursiveRender(String inline, Map<String, Object> variables)
-
Constructor Details
-
VariableRenderer
@Inject public VariableRenderer(io.micronaut.context.ApplicationContext applicationContext, @Nullable VariableRenderer.VariableConfiguration variableConfiguration)
-
-
Method Details
-
recursiveRender
-
properPebbleException
public IllegalVariableEvaluationException properPebbleException(io.pebbletemplates.pebble.error.PebbleException e) -
render
-
render
-
renderList
-
render
-
render
-