Uses of Interface
com.github.kkuegler.HumanReadableIdGenerator
-
-
Uses of HumanReadableIdGenerator in com.github.kkuegler
Classes in com.github.kkuegler that implement HumanReadableIdGenerator Modifier and Type Class Description classAbstractHumanReadableIdGeneratorBase class for id generators.classPermutationBasedHumanReadableIdGeneratorA 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.classRandomHumanReadableIdGeneratorA simple generator for human-readable ids which chooses each of the id's parts randomly.
-