public class PropertyMapConstructorGeneratorExtension extends Object implements GeneratorExtension
Constructor and Description |
---|
PropertyMapConstructorGeneratorExtension() |
Modifier and Type | Method and Description |
---|---|
Collection |
extraGeneralImports() |
Collection |
extraInterfaceNames() |
Collection |
extraSpecificImports() |
void |
generate(ClassInfo info,
Class superclassType,
Property[] props,
Class[] propTypes,
IndentedWriter iw) |
public PropertyMapConstructorGeneratorExtension()
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.