| Package | Description |
|---|---|
| org.mybatis.generator.api.dom.java | |
| org.mybatis.generator.api.dom.java.render |
| Modifier and Type | Class and Description |
|---|---|
class |
Interface |
| Modifier and Type | Method and Description |
|---|---|
List<InnerInterface> |
AbstractJavaType.getInnerInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJavaType.addInnerInterface(InnerInterface innerInterface) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
InnerInterfaceRenderer.render(InnerInterface innerInterface,
CompilationUnit compilationUnit) |
static List<String> |
RenderingUtilities.renderInnerInterfaceNoIndent(InnerInterface innerInterface,
CompilationUnit compilationUnit) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
RenderingUtilities.renderInnerInterfaces(List<InnerInterface> innerInterfaces,
CompilationUnit compilationUnit) |
Copyright © 2006–2025 MyBatis.org. All rights reserved.