public abstract class Generator<M>
extends java.lang.Object
| Constructor and Description |
|---|
Generator() |
| Modifier and Type | Method and Description |
|---|---|
GenAnnotation |
getGenerator(Annotation annotation) |
GenAttribute |
getGenerator(Attribute attribute) |
GenClass |
getGenerator(Clazz clazz) |
GenMethod |
getGenerator(Method method) |
M |
getModel() |
void |
setModel(M value) |
Generator<M> |
withModel(M value) |
protected M model
public void setModel(M value)
public M getModel()
public GenAnnotation getGenerator(Annotation annotation)
public GenAttribute getGenerator(Attribute attribute)