public interface IdentifierService
| Modifier and Type | Method and 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,
int hierarchy,
int length)
Get a Supplier that generates Strings with the provided prefix.
|
java.util.function.Supplier<java.lang.String> getSupplier(java.lang.String prefix,
int hierarchy,
int 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()