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