public class DummyKeyProvider extends Object implements MappingService.KeyProvider
| Constructor and Description |
|---|
DummyKeyProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getKey(Object item)
Returns a key to be used for mapping
item. |
public Object getKey(Object item) throws IllegalArgumentException
MappingService.KeyProvideritem.getKey in interface MappingService.KeyProvideritem - the item for which a key is to returneditemIllegalArgumentException - if no valid key can be retrieved for itemCopyright © 2017 SAP SE. All Rights Reserved.