T - The type used for generating content.public interface OneShotGenerator<T> extends JavaGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
generate(T element)
Create the file content.
|
className, fileContentvoid generate(T element)
element - The element to use for generating.