public class TypeParameter extends Object
Constructor and Description |
---|
TypeParameter(String name) |
TypeParameter(String name,
List<FullyQualifiedJavaType> extendsTypes) |
Modifier and Type | Method and Description |
---|---|
List<FullyQualifiedJavaType> |
getExtendsTypes() |
String |
getName() |
String |
toString() |
public TypeParameter(String name)
public TypeParameter(String name, List<FullyQualifiedJavaType> extendsTypes)
Copyright © 2006–2022 MyBatis.org. All rights reserved.