Package org.jeasy.random.randomizers
Class FullNameRandomizer
- java.lang.Object
-
- org.jeasy.random.randomizers.AbstractRandomizer<T>
-
- org.jeasy.random.randomizers.FakerBasedRandomizer<java.lang.String>
-
- org.jeasy.random.randomizers.FullNameRandomizer
-
- All Implemented Interfaces:
org.jeasy.random.api.Randomizer<java.lang.String>
public class FullNameRandomizer extends FakerBasedRandomizer<java.lang.String>
ARandomizerthat generates random full names.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
Field Summary
-
Fields inherited from class org.jeasy.random.randomizers.FakerBasedRandomizer
faker
-
-
Constructor Summary
Constructors Constructor Description FullNameRandomizer()Create a newFullNameRandomizer.FullNameRandomizer(long seed)Create a newFullNameRandomizer.FullNameRandomizer(long seed, java.util.Locale locale)Create a newFullNameRandomizer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRandomValue()
-
-
-
Constructor Detail
-
FullNameRandomizer
public FullNameRandomizer()
Create a newFullNameRandomizer.
-
FullNameRandomizer
public FullNameRandomizer(long seed)
Create a newFullNameRandomizer.- Parameters:
seed- the initial seed
-
FullNameRandomizer
public FullNameRandomizer(long seed, java.util.Locale locale)Create a newFullNameRandomizer.- Parameters:
seed- the initial seedlocale- the locale to use
-
-