Uses of Class
com.github.kkuegler.AbstractHumanReadableIdGenerator
-
-
Uses of AbstractHumanReadableIdGenerator in com.github.kkuegler
Subclasses of AbstractHumanReadableIdGenerator in com.github.kkuegler Modifier and Type Class Description 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.
-