IdGenerator.Builder

Undocumented in source.

Members

Functions

build
IdGenerator build()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultId
Builder defaultId(string defaultId)

@param defaultId the default identifier to use in case the provided text is empty or only contains unusable characters @return {@code this}

prefix
Builder prefix(string prefix)

@param prefix the text to place before the generated identity @return {@code this}

suffix
Builder suffix(string suffix)

@param suffix the text to place after the generated identity @return {@code this}

Meta