Package com.github.kkuegler
Class RandomHumanReadableIdGenerator
- java.lang.Object
-
- com.github.kkuegler.AbstractHumanReadableIdGenerator
-
- com.github.kkuegler.RandomHumanReadableIdGenerator
-
- All Implemented Interfaces:
HumanReadableIdGenerator
public class RandomHumanReadableIdGenerator extends AbstractHumanReadableIdGenerator
A simple generator for human-readable ids which chooses each of the id's parts randomly.
-
-
Field Summary
-
Fields inherited from class com.github.kkuegler.AbstractHumanReadableIdGenerator
adjectives, animals, numbers, random
-
-
Constructor Summary
Constructors Constructor Description RandomHumanReadableIdGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringgenerate()-
Methods inherited from class com.github.kkuegler.AbstractHumanReadableIdGenerator
randomize
-
-