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