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