S - source object which is used to find a targetT - target object which matches the search criteria of source objectpublic interface NodeFactory<S,T>
| Modifier and Type | Method and Description |
|---|---|
T |
getValue(NodeContext ctx,
S srcValue)
Tries to find a target value for a passed source value.
|
T getValue(NodeContext ctx, S srcValue)
ctx - NodeContextsrcValue - the source nodeCopyright © 2018 SAP SE. All Rights Reserved.