Package org.ct42.fnflow.fnlib.merger
Klasse MergeCreate
java.lang.Object
org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,MergeProperties>
org.ct42.fnflow.fnlib.merger.MergeCreate
- Alle implementierten Schnittstellen:
Function<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode>
@Component("MergeCreate")
@RegisterReflectionForBinding(classes={MergeProperties.class,Mapping.class})
public class MergeCreate
extends org.ct42.fnflow.cfgfns.ConfigurableFunction<com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.JsonNode,MergeProperties>
-
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
-
MergeCreate
public MergeCreate()
-
-
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, MergeProperties>
-