public interface NodeProcessor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
process(NodeContext nodeCtx,
java.lang.Object source,
T target)
Processes each property from source node and moves them to target node.
|
<T> T process(NodeContext nodeCtx, java.lang.Object source, T target)
Result is always the target node regardless whether it was already passed or newly created.
T - nodeCtx - NodeContextsource - source nodetarget - target node (null permitted)Copyright © 2018 SAP SE. All Rights Reserved.