Interface MappingService.KeyProvider
- All Known Implementing Classes:
DummyKeyProvider,PKKeyProvider
- Enclosing class:
- MappingService
public static interface MappingService.KeyProvider
A
KeyProvider provides a key, to be used for the mapping of a specific item.-
Method Summary
-
Method Details
-
getKey
Returns a key to be used for mappingitem.- Parameters:
item- the item for which a key is to returned- Returns:
- the key to be used for mapping
item - Throws:
IllegalArgumentException- if no valid key can be retrieved foritem
-