public class PropsToStringGeneratorExtension extends Object implements GeneratorExtension
| Constructor and Description |
|---|
PropsToStringGeneratorExtension() |
| Modifier and Type | Method and Description |
|---|---|
Collection |
extraGeneralImports() |
Collection |
extraInterfaceNames() |
Collection |
extraSpecificImports() |
void |
generate(ClassInfo info,
Class superclassType,
Property[] props,
Class[] propTypes,
IndentedWriter iw) |
Collection |
getExcludePropertyNames() |
void |
setExcludePropertyNames(Collection excludePropNames) |
public void setExcludePropertyNames(Collection excludePropNames)
public Collection getExcludePropertyNames()
public Collection extraGeneralImports()
extraGeneralImports in interface GeneratorExtensionpublic Collection extraSpecificImports()
extraSpecificImports in interface GeneratorExtensionpublic Collection extraInterfaceNames()
extraInterfaceNames in interface GeneratorExtensionpublic void generate(ClassInfo info, Class superclassType, Property[] props, Class[] propTypes, IndentedWriter iw) throws IOException
generate in interface GeneratorExtensionIOException