public class ExampleDataGenerator<T> extends Object
| Constructor and Description |
|---|
ExampleDataGenerator(Class<T> type)
Deprecated.
|
ExampleDataGenerator(Class<T> type,
LocalDateTime referenceTime) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
create(int count,
int seed) |
T |
createBean(int seed) |
<F> void |
setData(BiConsumer<T,F> setter,
DataType<F> dataType) |
@Deprecated public ExampleDataGenerator(Class<T> type)
public ExampleDataGenerator(Class<T> type, LocalDateTime referenceTime)
Copyright © 2022 Vaadin Ltd. All rights reserved.