public interface IdentifierService
| Modifier and Type | Method and Description |
|---|---|
Supplier<String> |
getSupplier()
Get a Supplier that generates Strings with the provided prefix.
|
Supplier<String> |
getSupplier(String prefix)
Get a Supplier that generates Strings with the provided prefix.
|
Supplier<String> |
getSupplier(String prefix,
int hierarchy,
int length)
Get a Supplier that generates Strings with the provided prefix.
|
Supplier<String> getSupplier(String prefix, int hierarchy, int length)
prefix - the prefixhierarchy - the levels of hierarchy to addlength - the length of each level of hierarchySupplier<String> getSupplier(String prefix)
prefix - the prefix