| Modifier and Type | Class and Description |
|---|---|
class |
YObjectGraphContext |
| Modifier and Type | Method and Description |
|---|---|
GraphContext |
YObjectGraphTransformer.createGraphContext() |
GraphContext |
YObjectGraphTransformer.createSecondGraphContext() |
| Modifier and Type | Method and Description |
|---|---|
GraphContext |
GraphTransformer.createGraphContext()
Creates a
GraphContext. |
GraphContext |
NodeContext.getGraphContext()
Returns the
GraphContext |
GraphContext |
PropertyContext.getGraphContext()
Returns the
GraphContext |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
GraphProcessor.process(GraphContext graphCtx,
java.lang.Object source,
T target) |
<T> T |
GraphTransformer.transform(GraphContext ctx,
java.lang.Object source)
Calls
GraphTransformer.transform(GraphContext, Object, Object) without a specific target. |
<T> T |
GraphTransformer.transform(GraphContext ctx,
java.lang.Object source,
T target)
Transforms a source object into a target one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphContextImpl
Context which is used for and during the process of transforming one object graph into another one.
|
| Modifier and Type | Method and Description |
|---|---|
GraphContext |
AbstractGraphTransformer.createGraphContext() |
GraphContext |
BidiGraphTransformer.createSecondGraphContext() |
GraphContext |
PropertyContextImpl.getGraphContext() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
GraphProcessorImpl.process(GraphContext graphCtx,
java.lang.Object source,
T target) |
<T> T |
AbstractGraphTransformer.transform(GraphContext ctx,
java.lang.Object source) |
<T> T |
DefaultGraphTransformer.transform(GraphContext ctx,
java.lang.Object source,
T target) |
<T> T |
BidiGraphTransformer.transform(GraphContext ctx,
java.lang.Object source,
T target) |
abstract <T> T |
AbstractGraphTransformer.transform(GraphContext ctx,
java.lang.Object source,
T target)
Implementation as specified in
GraphTransformer.transform(GraphContext, Object, Object). |
Copyright © 2018 SAP SE. All Rights Reserved.