public class DefaultRandomGenerator extends Object implements RandomGenerator
| Constructor and Description |
|---|
DefaultRandomGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
doGenerate(Class<?> type)
Perform random generation.
|
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.Copyright © 2010-2016. All Rights Reserved.