Package com.mchange.v2.codegen.bean
Class BeanExtractingGeneratorExtension
- java.lang.Object
-
- com.mchange.v2.codegen.bean.BeanExtractingGeneratorExtension
-
- All Implemented Interfaces:
GeneratorExtension
public class BeanExtractingGeneratorExtension extends java.lang.Object implements GeneratorExtension
-
-
Constructor Summary
Constructors Constructor Description BeanExtractingGeneratorExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection
extraGeneralImports()
java.util.Collection
extraInterfaceNames()
java.util.Collection
extraSpecificImports()
void
generate(ClassInfo info, java.lang.Class superclassType, Property[] props, java.lang.Class[] propTypes, IndentedWriter iw)
int
getConstructorModifiers()
int
getExtractMethodModifiers()
void
setConstructorModifiers(int ctor_modifiers)
void
setExtractMethodModifiers(int method_modifiers)
-
-
-
Method Detail
-
setConstructorModifiers
public void setConstructorModifiers(int ctor_modifiers)
-
getConstructorModifiers
public int getConstructorModifiers()
-
setExtractMethodModifiers
public void setExtractMethodModifiers(int method_modifiers)
-
getExtractMethodModifiers
public int getExtractMethodModifiers()
-
extraGeneralImports
public java.util.Collection extraGeneralImports()
- Specified by:
extraGeneralImports
in interfaceGeneratorExtension
-
extraSpecificImports
public java.util.Collection extraSpecificImports()
- Specified by:
extraSpecificImports
in interfaceGeneratorExtension
-
extraInterfaceNames
public java.util.Collection extraInterfaceNames()
- Specified by:
extraInterfaceNames
in interfaceGeneratorExtension
-
generate
public void generate(ClassInfo info, java.lang.Class superclassType, Property[] props, java.lang.Class[] propTypes, IndentedWriter iw) throws java.io.IOException
- Specified by:
generate
in interfaceGeneratorExtension
- Throws:
java.io.IOException
-
-