Directory

← Back

exampledata

Example data generator

Author

Contributors

Rating

Generates beans with example data of various types

Sample code

ExampleDataGenerator<Person> generator = new ExampleDataGenerator<>(Person.class, 123L);
generator.setData(Person::setId, DataType.ID);
generator.setData(Person::setProfilePicture, DataType.PROFILE_PICTURE_URL);
generator.setData(Person::setFirstName, DataType.FIRST_NAME);
generator.setData(Person::setLastName, DataType.LAST_NAME);
generator.setData(Person::setEmail, DataType.EMAIL);
generator.setData(Person::setTitle, DataType.OCCUPATION);
List<Person> persons = generator.create(100);

Compatibility

1.0.01.1.01.2.02.0.02.0.12.1.02.2.02.3.02.3.12.4.02.5.02.6.02.6.12.6.22.8.02.9.02.10.03.0.03.1.33.1.43.2.03.3.03.3.13.3.23.3.33.4.0
10-24YYYYYYYYYYYYYYYYYYYYYYYYYY
(8.10)
(8.9)
(8.8)
(8.7)
(8.6)
(8.5)
(8.4)
(8.3)
(8.2)
(8.1)
(8.0)
(7.7)
(7.6)
(7.5)
(7.4)
(7.3)
(7.2)
(7.1)
(7.0)
(6.8)
(6.7)
(6.6)
(6.5)
(6.4)
(6.3)
(6.2)
(6.1)
(6.0)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Add book data and price Fix amount generation to match in Java and TS

Released
2020-10-16
Maturity
TESTED
License
Apache License 2.0

Compatibility

Framework
Vaadin 10+
Browser
N/A
Online