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