Interface IdGenerator
- All Known Implementing Classes:
JdkSha256HexIdGenerator, RandomIdGenerator
public interface IdGenerator
Interface for generating unique document IDs.
- Author:
- Aliakbar Jafarpour, Christian Tzolov
-
Method Summary
Modifier and TypeMethodDescriptiongenerateId(Object... contents) Generate a unique ID for the given content.
-
Method Details
-
generateId
-