| Interface | Description |
|---|---|
| GlobalGenerator |
A global generator will use every kind of data
and increment its generation while new data arrives.
|
| JavaGenerator |
Defines the common methods for a dart generator in java.
|
| OneShotGenerator<T> |
A one shot generator will use one kind of entry to generate some content.
|
| Class | Description |
|---|---|
| JavaPoetGenerator |
Common implementation of Java generation,
mostly contains utility methods and quick access constants.
|