public final class TimestampRandomGenerator extends Object implements RandomGenerator
| Modifier and Type | Method and Description |
|---|---|
Object |
doGenerate(Class<?> type)
Perform random generation.
|
static RandomGenerator |
getInstance() |
Collection<Class<?>> |
getTypes()
This method is used to get the types that this RandomGenerator is responsible for.
|
public static RandomGenerator getInstance()
public Object doGenerate(Class<?> type)
RandomGeneratordoGenerate in interface RandomGeneratortype - The type to generate for.public Collection<Class<?>> getTypes()
RandomGeneratorgetTypes in interface RandomGeneratorCopyright © 2010–2021. All rights reserved.