Package com.mchange.v2.codegen.bean
Class CopyConstructorGeneratorExtension
java.lang.Object
com.mchange.v2.codegen.bean.CopyConstructorGeneratorExtension
- All Implemented Interfaces:
GeneratorExtension
-
Constructor Details
-
CopyConstructorGeneratorExtension
public CopyConstructorGeneratorExtension()
-
-
Method Details
-
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
-