Package com.mchange.v2.codegen.bean
Class PropsToStringGeneratorExtension
java.lang.Object
com.mchange.v2.codegen.bean.PropsToStringGeneratorExtension
- All Implemented Interfaces:
GeneratorExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(ClassInfo info, Class superclassType, Property[] props, Class[] propTypes, IndentedWriter iw) void
setExcludePropertyNames
(Collection excludePropNames)
-
Constructor Details
-
PropsToStringGeneratorExtension
public PropsToStringGeneratorExtension()
-
-
Method Details
-
setExcludePropertyNames
-
getExcludePropertyNames
-
extraGeneralImports
- Specified by:
extraGeneralImports
in interfaceGeneratorExtension
-
extraSpecificImports
- Specified by:
extraSpecificImports
in interfaceGeneratorExtension
-
extraInterfaceNames
- Specified by:
extraInterfaceNames
in interfaceGeneratorExtension
-
generate
public void generate(ClassInfo info, Class superclassType, Property[] props, Class[] propTypes, IndentedWriter iw) throws IOException - Specified by:
generate
in interfaceGeneratorExtension
- Throws:
IOException
-