| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ParameterizableRandomGenerator.doGenerate(Parameterizable parameterizedType)
Perform random generation.
|
static java.lang.Object |
RandomFactory.getRandomValue(Parameterizable parameterizable) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
SynchronousQueueRandomGenerator.doGenerate(Parameterizable parameterizedType) |
java.util.Collection |
DelayQueueRandomGenerator.doGenerate(Parameterizable parameterizedType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
JobStateReasonsRandomGenerator.doGenerate(Parameterizable parameterizedType) |
java.util.Collection |
EnumSetRandomGenerator.doGenerate(Parameterizable parameterizedType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
BaseCollectionRandomGenerator.doGenerate(Parameterizable parameterizedType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
EnumMapRandomGenerator.doGenerate(Parameterizable parameterizedType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
BaseMapRandomGenerator.doGenerate(Parameterizable parameterizedType) |
| Modifier and Type | Method and Description |
|---|---|
RandomGenerator |
RandomGeneratorService.getRandomGeneratorByParameterizable(Parameterizable type)
This retrieves the most appropriate ParameterizableRandomGenerator for a given Type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
RandomGeneratorAdapter.doGenerate(Parameterizable parameterizedType) |
RandomGenerator |
DefaultRandomGeneratorService.getRandomGeneratorByParameterizable(Parameterizable type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PojoField
This class encapsulates the meta data definition of a field on a class.
|
interface |
PojoParameter |
| Modifier and Type | Class and Description |
|---|---|
class |
PojoParameterImpl |
| Modifier and Type | Method and Description |
|---|---|
static Parameterizable |
ParameterizableFactory.getInstance(java.lang.reflect.Type type) |
Copyright © 2010-2015. All Rights Reserved.