| Package | Description |
|---|---|
| au.com.anthonybruno | |
| au.com.anthonybruno.definition | |
| au.com.anthonybruno.generator | |
| au.com.anthonybruno.generator.defaults |
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
Gen.addField(String name,
Generator generator) |
| Modifier and Type | Method and Description |
|---|---|
Generator |
FieldData.getGenerator()
this getter method returns the classes' generator object
|
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
FieldDefinition.addField(String name,
Generator generator)
Adds a field that will be used when generating data.
|
FieldDefinition |
StartDefinition.addField(String name,
Generator generator)
Adds a field to be generated.
|
| Constructor and Description |
|---|
FieldData(String name,
Generator generator)
FieldData Constructor creates a FieldData object with the parameters name and generator
|
| Modifier and Type | Class and Description |
|---|---|
class |
RangedGenerator<T> |
| Modifier and Type | Method and Description |
|---|---|
static Generator<?> |
DefaultGenerators.get(Class<?> c) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanGenerator |
class |
ByteGenerator |
class |
CharGenerator |
class |
DateGenerator |
class |
DoubleGenerator |
class |
FloatGenerator |
class |
IntGenerator |
class |
LongGenerator |
class |
ShortGenerator |
class |
StringGenerator |
Copyright © 2017. All Rights Reserved.