Interface IdGenerator
- All Known Implementing Classes:
DOIGenerator, ISBNGenerator, SSNGenerator, UUIDGenerator
public interface IdGenerator
Interface for identification generators.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
-
Method Details
-
generate
Identification generate() -
getFormat
String getFormat()
-