public class FullNameRandomizer extends FakerBasedRandomizer<java.lang.String>
Randomizer that generates random full names.fakerrandom| Constructor and Description |
|---|
FullNameRandomizer()
Create a new
FullNameRandomizer. |
FullNameRandomizer(long seed)
Create a new
FullNameRandomizer. |
FullNameRandomizer(long seed,
java.util.Locale locale)
Create a new
FullNameRandomizer. |
| Modifier and Type | Method and Description |
|---|---|
static FullNameRandomizer |
aNewFullNameRandomizer()
Create a new
FullNameRandomizer. |
static FullNameRandomizer |
aNewFullNameRandomizer(long seed)
Create a new
FullNameRandomizer. |
static FullNameRandomizer |
aNewFullNameRandomizer(long seed,
java.util.Locale locale)
Create a new
FullNameRandomizer. |
java.lang.String |
getRandomValue() |
getPredefinedValuesOf, nextDouble, toStringpublic FullNameRandomizer()
FullNameRandomizer.public FullNameRandomizer(long seed)
FullNameRandomizer.seed - the initial seedpublic FullNameRandomizer(long seed,
java.util.Locale locale)
FullNameRandomizer.seed - the initial seedlocale - the locale to usepublic static FullNameRandomizer aNewFullNameRandomizer()
FullNameRandomizer.FullNameRandomizerpublic static FullNameRandomizer aNewFullNameRandomizer(long seed)
FullNameRandomizer.seed - the initial seedFullNameRandomizerpublic static FullNameRandomizer aNewFullNameRandomizer(long seed, java.util.Locale locale)
FullNameRandomizer.seed - the initial seedlocale - the locale to useFullNameRandomizerpublic java.lang.String getRandomValue()
Copyright © 2019. All Rights Reserved.