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