public class UnsupportedParentLoggerGeneratorExtension
extends java.lang.Object
implements com.mchange.v2.codegen.bean.GeneratorExtension
| Constructor and Description |
|---|
UnsupportedParentLoggerGeneratorExtension() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
extraGeneralImports() |
java.util.Collection |
extraInterfaceNames() |
java.util.Collection |
extraSpecificImports() |
void |
generate(com.mchange.v2.codegen.bean.ClassInfo info,
java.lang.Class superclassType,
com.mchange.v2.codegen.bean.Property[] props,
java.lang.Class[] propTypes,
com.mchange.v2.codegen.IndentedWriter iw) |
public UnsupportedParentLoggerGeneratorExtension()
public java.util.Collection extraGeneralImports()
extraGeneralImports in interface com.mchange.v2.codegen.bean.GeneratorExtensionpublic java.util.Collection extraSpecificImports()
extraSpecificImports in interface com.mchange.v2.codegen.bean.GeneratorExtensionpublic java.util.Collection extraInterfaceNames()
extraInterfaceNames in interface com.mchange.v2.codegen.bean.GeneratorExtensionpublic void generate(com.mchange.v2.codegen.bean.ClassInfo info,
java.lang.Class superclassType,
com.mchange.v2.codegen.bean.Property[] props,
java.lang.Class[] propTypes,
com.mchange.v2.codegen.IndentedWriter iw)
throws java.io.IOException
generate in interface com.mchange.v2.codegen.bean.GeneratorExtensionjava.io.IOException