Package com.vaadin.exampledata
Class ExampleDataGenerator<T>
java.lang.Object
com.vaadin.exampledata.ExampleDataGenerator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionExampleDataGenerator(Class<T> type) Deprecated.ExampleDataGenerator(Class<T> type, LocalDateTime referenceTime) -
Method Summary
Modifier and TypeMethodDescriptioncreate(int count, int seed) createBean(int seed) <F> voidsetData(BiConsumer<T, F> setter, DataType<F> dataType)
-
Constructor Details
-
ExampleDataGenerator
Deprecated. -
ExampleDataGenerator
-
-
Method Details
-
setData
-
createBean
-
create
-