Package org.ct42.fnflow.fnlib.script
Klasse ScriptRunner
java.lang.Object
org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,ScriptProperties>
org.ct42.fnflow.fnlib.script.ScriptRunner
- Alle implementierten Schnittstellen:
Function<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode>
@Component("ScriptRunner")
public class ScriptRunner
extends org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,ScriptProperties>
-
Feldübersicht
Von Klasse geerbte Felder org.ct42.fnflow.cfgfns.ConfigurableFunction
properties -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcom.fasterxml.jackson.databind.JsonNodeapply(com.fasterxml.jackson.databind.JsonNode input)
-
Konstruktordetails
-
ScriptRunner
public ScriptRunner()
-
-
Methodendetails
-
apply
public com.fasterxml.jackson.databind.JsonNode apply(com.fasterxml.jackson.databind.JsonNode input) - Angegeben von:
applyin SchnittstelleFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode> - Angegeben von:
applyin Klasseorg.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode, ScriptProperties>
-