public class InnerInterfaceWrapperToInnerClass
extends org.mybatis.generator.api.dom.java.InnerClass
| 构造器和说明 |
|---|
InnerInterfaceWrapperToInnerClass(org.mybatis.generator.api.dom.java.FullyQualifiedJavaType type) |
InnerInterfaceWrapperToInnerClass(InnerInterface innerInterface) |
InnerInterfaceWrapperToInnerClass(String typeName) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFormattedContent(int indentLevel,
org.mybatis.generator.api.dom.java.CompilationUnit compilationUnit)
重写获取Java内容方法,调用InnerInterface的实现
|
InnerInterface |
getInnerInterface()
Getter method for property innerInterface.
|
void |
setInnerInterface(InnerInterface innerInterface)
Setter method for property innerInterface.
|
addField, addInitializationBlock, addInnerClass, addInnerEnum, addMethod, addSuperInterface, addTypeParameter, getFields, getInitializationBlocks, getInnerClasses, getInnerEnums, getMethods, getSuperClass, getSuperInterfaceTypes, getType, getTypeParameters, isAbstract, setAbstract, setSuperClass, setSuperClasspublic InnerInterfaceWrapperToInnerClass(org.mybatis.generator.api.dom.java.FullyQualifiedJavaType type)
public InnerInterfaceWrapperToInnerClass(String typeName)
public InnerInterfaceWrapperToInnerClass(InnerInterface innerInterface)
public String getFormattedContent(int indentLevel, org.mybatis.generator.api.dom.java.CompilationUnit compilationUnit)
getFormattedContent 在类中 org.mybatis.generator.api.dom.java.InnerClassindentLevel - compilationUnit - public InnerInterface getInnerInterface()
public void setInnerInterface(InnerInterface innerInterface)
innerInterface - value to be assigned to property innerInterfaceCopyright © 2019. All rights reserved.