| Modifier and Type | Class and Description |
|---|---|
class |
YObjectGraphTransformer
Hybris specific implementation of DTO -> Model conversion for an
DefaultGraphTransformer Adds new behavior to
conversion process which is:
a target model is not created when a modelfinder already provides an instance
newly created model gets assigned a LocaleProvider
|
| Modifier and Type | Method and Description |
|---|---|
GraphMapping |
NodeMapping.getParentMapping()
Returns the parent mapping which this mapping belongs too.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGraphTransformer |
class |
BidiGraphTransformer |
class |
DefaultGraphTransformer
Base class for object graph transformations.
|
| Modifier and Type | Field and Description |
|---|---|
protected GraphMapping |
AbstractNodeMapping.graph |
| Modifier and Type | Method and Description |
|---|---|
GraphMapping |
AbstractNodeMapping.getParentMapping() |
| Constructor and Description |
|---|
AbstractNodeMapping(GraphMapping graph) |
AbstractNodeMapping(GraphMapping graph,
NodeConfig sourcetype,
NodeConfig targetType)
Constructor.
|
DefaultNodeMapping(GraphMapping graph)
Reserved Constructor for Spring.
|
DefaultNodeMapping(GraphMapping graph,
java.lang.Class srcNodeCfg) |
DefaultNodeMapping(GraphMapping graph,
java.lang.Class srcNodeCfg,
java.lang.Class targetNodeCfg) |
DefaultNodeMapping(GraphMapping graph,
NodeConfig srcNodeCfg)
Constructor.
|
DefaultNodeMapping(GraphMapping graph,
NodeConfig srcNodeCfg,
NodeConfig targetNodeCfg)
Constructor.
|
Copyright © 2018 SAP SE. All Rights Reserved.