public class CodeGenerator<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeGenerator.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generate(T... items)
Generate one or more items
|
static <T> CodeGenerator.Builder<T> |
newGenerator(Class<T> type) |
public static <T> CodeGenerator.Builder<T> newGenerator(Class<T> type)
public boolean generate(T... items)
items - the items to generateCopyright © 2023. All rights reserved.