public abstract class YNodeFactory<S,T extends ItemModel> extends java.lang.Object implements NodeFactory<S,T>
| Constructor and Description |
|---|
YNodeFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
getModel(YObjectGraphContext ctx,
NodeContext nodeCtx,
S dto) |
T |
getValue(NodeContext ctx,
S dto)
Tries to find a target value for a passed source value.
|
public T getValue(NodeContext ctx, S dto)
NodeFactorygetValue in interface NodeFactory<S,T extends ItemModel>ctx - NodeContextdto - the source nodeprotected abstract T getModel(YObjectGraphContext ctx, NodeContext nodeCtx, S dto)
Copyright © 2018 SAP SE. All Rights Reserved.