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 |
|---|---|
java.lang.Object |
getKey(java.lang.Object item)
Returns a key to be used for mapping
item. |
java.lang.Object getKey(java.lang.Object item)
throws java.lang.IllegalArgumentException
item.item - the item for which a key is to returneditemjava.lang.IllegalArgumentException - if no valid key can be retrieved for itemCopyright © 2018 SAP SE. All Rights Reserved.