Interface IdentityProvider<T>
- All Known Implementing Classes:
BackofficeIdentityProvider,ItemIdentityProvider,ProductIdentityProvider,ShardAwareProductIdentityProvider
public interface IdentityProvider<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetIdentifier(IndexConfig indexConfig, T model) Provides unique string representation of indexed type identifier that is generated with respect to the model type restrictions.
-
Method Details
-
getIdentifier
Provides unique string representation of indexed type identifier that is generated with respect to the model type restrictions.- Parameters:
indexConfig-model-- Returns:
- identifier
-