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 GeneratorExtension
public Collection extraSpecificImports()
extraSpecificImports
in interface GeneratorExtension
public Collection extraInterfaceNames()
extraInterfaceNames
in interface GeneratorExtension
public void generate(ClassInfo info, Class superclassType, Property[] props, Class[] propTypes, IndentedWriter iw) throws IOException
generate
in interface GeneratorExtension
IOException
Copyright © 2018 com.mchange. All rights reserved.