| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<PropertyMapping> |
YNodeProcessor.performAttributeSelection(NodeContextImpl nodeCtx,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> httpQueryParameters,
WsUtilService wsUtilService)
Perfoms attribute selection for the currently processed node in Model->DTO transformation.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyMapping |
PropertyContext.getPropertyMapping()
Returns the
PropertyMapping which is used for current property processing. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PropertyMapping> |
NodeMapping.getPropertyMappings()
Returns a view of all property mappings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPropertyMapping |
class |
DefaultPropertyMapping |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,PropertyMapping> |
AbstractNodeMapping.propertyMappings |
| Modifier and Type | Method and Description |
|---|---|
PropertyMapping |
PropertyContextImpl.getPropertyMapping() |
PropertyMapping |
AbstractNodeMapping.removePropertyMapping(java.lang.String propId)
Removes a property from this node.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PropertyMapping> |
AbstractNodeMapping.getPropertyMappings() |
java.util.Map<java.lang.String,PropertyMapping> |
CollectionNodeMapping.getPropertyMappings() |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyContext |
DefaultNodeProcessor.createChildProperty(NodeContextImpl nodeCtx,
PropertyMapping property) |
protected PropertyContextImpl |
NodeContextImpl.createChildPropertyContext(PropertyMapping propertyMapping) |
void |
AbstractNodeMapping.putPropertyMapping(PropertyMapping property)
Puts a new
PropertyMapping to this node. |
| Constructor and Description |
|---|
PropertyContextImpl(GraphContextImpl graphCtx,
NodeContextImpl nodeCtx,
PropertyMapping propertyMapping,
CachedClassLookupMap<NodeMapping> nodeLookup) |
Copyright © 2018 SAP SE. All Rights Reserved.