public static interface MappingService.KeyProvider
KeyProvider provides a key, to be used for the mapping of a specific item.| Modifier and Type | Method and Description |
|---|---|
Object |
getKey(Object item)
Returns a key to be used for mapping
item. |
Object getKey(Object item) throws IllegalArgumentException
item.item - the item for which a key is to returneditemIllegalArgumentException - if no valid key can be retrieved for itemCopyright © 2017 SAP SE. All Rights Reserved.