Package | Description |
---|---|
org.mybatis.generator.api.dom.java | |
org.mybatis.generator.api.dom.java.render |
Modifier and Type | Method and Description |
---|---|
List<TypeParameter> |
InnerInterface.getTypeParameters() |
List<TypeParameter> |
InnerClass.getTypeParameters() |
List<TypeParameter> |
Method.getTypeParameters() |
Modifier and Type | Method and Description |
---|---|
void |
Method.addTypeParameter(int index,
TypeParameter typeParameter) |
void |
InnerInterface.addTypeParameter(TypeParameter typeParameter) |
void |
InnerClass.addTypeParameter(TypeParameter typeParameter) |
void |
Method.addTypeParameter(TypeParameter typeParameter) |
Modifier and Type | Method and Description |
---|---|
String |
TypeParameterRenderer.render(TypeParameter typeParameter,
CompilationUnit compilationUnit) |
Modifier and Type | Method and Description |
---|---|
static String |
RenderingUtilities.renderTypeParameters(List<TypeParameter> typeParameters,
CompilationUnit compilationUnit) |
Copyright © 2006–2023 MyBatis.org. All rights reserved.