| |
|
| java.lang.Object com.avaje.util.codegen.BeanWriter
beanTemplate | String beanTemplate(Code) | | The name of the velocity template.
|
ignoreList | ArrayList ignoreList(Code) | | The properties that should not ben included in the bean. This is because
they are on a supertype class.
|
addIgnoreProperty | public void addIgnoreProperty(String propertyName)(Code) | | Add a property to be ignored. Typically the property will exist in a
super type that the generated bean extends.
|
ignoreProperty | protected boolean ignoreProperty(String propertyName)(Code) | | |
removeIgnoreProperty | public void removeIgnoreProperty(String propertyName)(Code) | | |
|
|
|