| Package | Description |
|---|---|
| de.slothsoft.random.types |
| Class and Description |
|---|
| AbstractNumberRandomField
A base class for creating a
RandomField from a Number. |
| ArrayRandomField
A
RandomField representing an array. |
| 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. |
| CollectionRandomField
A
RandomField representing an Collection. |
| DateRandomField
A
RandomField representing a Date between 10 years ago and 10 years in
the future. |
| ElementFromListRandomField
A
RandomField representing an arbitrary object that is filled with a random
list element. |
| FirstNameRandomField
A
RandomField representing a String that should look like a first name. |
| FirstNameRandomField.Gender
Enum for setting the Gender of the first 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. |
| 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. |
| 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. |
Copyright © 2020. All rights reserved.