| Interface | Description |
|---|---|
| FieldGenerator<T> |
Generates field values.
|
| Class | Description |
|---|---|
| BaseFieldGenerator<T> |
Base class for
FieldGenerator. |
| DateSequence |
Generates a sequence of
Date. |
| FieldGenerators |
Helper class to create instance of
FieldGenerator in a factory
style. |
| IntegerIndexSequence |
Generates an unbounded sequence of
Integer. |
| IntegerSequence |
Generates a sequence of
Integer. |
| ListSequence<T> |
Generates a sequence of values based on a predefined list.
|
| LongIndexSequence |
Generates an unbounded sequence of
Long. |
| LongSequence |
Generates a sequence of
Long. |
| MultiFieldGenerator |
Generates a list of field name/field value pairs.
|
| SimpleStringSequence |
Generates
String given a format (see String.format(String, Object...)) and a
FieldGenerator instance. |
| StringIndexSequence |
Generates an unbounded sequence of
String. |
Copyright © 2014. All Rights Reserved.