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