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

    Modifier and Type
    Method
    Description
    getKey(Object item)
    Returns a key to be used for mapping item.
  • Method Details