Package | Description |
---|---|
org.mybatis.generator.api.dom.java |
Modifier and Type | Method and Description |
---|---|
List<TypeParameter> |
InnerClass.getTypeParameters()
Gets the type parameters.
|
List<TypeParameter> |
Method.getTypeParameters()
Gets the type parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
Method.addTypeParameter(int index,
TypeParameter typeParameter)
Adds the parameter.
|
void |
InnerClass.addTypeParameter(TypeParameter typeParameter)
Adds the type parameter.
|
void |
Method.addTypeParameter(TypeParameter typeParameter)
Adds the type parameter.
|
Copyright © 2006–2018 MyBatis.org. All rights reserved.