| Class | Description |
|---|---|
| AbstractNumberRandomField<N extends Number> |
A base class for creating a
RandomField from a Number. |
| ArrayRandomField |
A
RandomField representing an array. |
| BigDecimalRandomField |
A
RandomField representing a BigDecimal. |
| BigIntegerRandomField |
A
RandomField representing a BigInteger. |
| BirthdayRandomField |
A
RandomField representing a birthday, i.e. |
| BooleanRandomField |
A
RandomField representing a Boolean or it's primitive counterpart. |
| CalendarRandomField |
A
RandomField representing a Calendar between 10 years ago and 10 years in the future. |
| CharacterRandomField |
Generates letters after a defined config stored in
WordGeneratorConfig. |
| CityRandomField |
A
RandomField representing a String that should look like a city. |
| CollectionRandomField |
A
RandomField representing an Collection. |
| DateRandomField |
A
RandomField representing a Date between 10 years ago and 10 years in
the future. |
| DoubleRandomField |
A
RandomField representing a Double or its primitive counterpart. |
| ElementFromListRandomField<E> |
A
RandomField representing an arbitrary object that is filled with a random
list element. |
| EnumRandomField<E extends Enum<E>> |
A
RandomField representing an object that is filled with a random
Enum's list element. |
| FirstNameRandomField |
A
RandomField representing a String that should look like a first name. |
| FloatRandomField |
A
RandomField representing a Float or its primitive counterpart. |
| IntegerRandomField |
A
RandomField representing a Integer or its primitive counterpart. |
| LastNameRandomField |
A
RandomField representing a String that should look like a last name. |
| LocalDateRandomField |
A
RandomField representing a LocalDate between 10 years ago and 10
years in the future. |
| LocalDateTimeRandomField |
A
RandomField representing a LocalDateTime between 10 years ago and 10 years in the future. |
| LocalTimeRandomField |
A
RandomField representing a LocalTime between 0:00 and 24:00 o'clock. |
| LongRandomField |
A
RandomField representing a Long or its primitive counterpart. |
| PatternRandomField |
A field where you define a pattern and have a couple of random field to fill the
pattern with.
|
| PostalCodeRandomField |
A
RandomField representing a String that should look like a postal
code. |
| ShortRandomField |
A
RandomField representing a Short or its primitive counterpart. |
| StreetRandomField |
A
RandomField representing a String that should look like a street
(i.e. |
| WordRandomField |
Generates a word after a defined config stored in
WordGeneratorConfig. |
| WordsRandomField |
Generates words in sentences and paragraphs after a defined config stored in
WordGeneratorConfig. |
| Enum | Description |
|---|---|
| FirstNameRandomField.Gender |
Enum for setting the Gender of the first name.
|
Copyright © 2020. All rights reserved.