public class NullObjectGenerator<T> extends Object implements ObjectGenerator<T>
| Constructor and Description |
|---|
NullObjectGenerator() |
| Modifier and Type | Method and Description |
|---|---|
T |
generate(Long seed) |
String |
getDescription() |
static <T> ObjectGenerator<T> |
instance() |
public T generate(Long seed)
generate in interface ObjectGenerator<T>public String getDescription()
getDescription in interface ObjectGenerator<T>public static <T> ObjectGenerator<T> instance()
Copyright © 2023. All rights reserved.