public abstract class Generator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Generator.MetaData |
| Constructor and Description |
|---|
Generator() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
generate(GeneratorContext context) |
java.util.List<PropertyDef> |
getSupportedProperties() |
@Nonnull public java.util.List<PropertyDef> getSupportedProperties()
public abstract void generate(@Nonnull
GeneratorContext context)
throws java.lang.Exception
java.lang.Exception