Package com.mchange.v2.codegen.bean
Class BeanExtractingGeneratorExtension
java.lang.Object
com.mchange.v2.codegen.bean.BeanExtractingGeneratorExtension
- All Implemented Interfaces:
GeneratorExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(ClassInfo info, Class superclassType, Property[] props, Class[] propTypes, IndentedWriter iw) int
int
void
setConstructorModifiers
(int ctor_modifiers) void
setExtractMethodModifiers
(int method_modifiers)
-
Constructor Details
-
BeanExtractingGeneratorExtension
public BeanExtractingGeneratorExtension()
-
-
Method Details
-
setConstructorModifiers
public void setConstructorModifiers(int ctor_modifiers) -
getConstructorModifiers
public int getConstructorModifiers() -
setExtractMethodModifiers
public void setExtractMethodModifiers(int method_modifiers) -
getExtractMethodModifiers
public int getExtractMethodModifiers() -
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
-