All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractHumanReadableIdGenerator Base class for id generators.HumanReadableIdGenerator PermutationBasedHumanReadableIdGenerator A generator for human-readable ids.
This implementation tries to avoid re-using individual parts of the id, i.e. it will not generate 'happy-tiger-42' and 'happy-ant-42' consecutively.RandomHumanReadableIdGenerator A simple generator for human-readable ids which chooses each of the id's parts randomly.