public class FullyQualifiedKotlinType extends Object
Constructor and Description |
---|
FullyQualifiedKotlinType(String fullTypeSpecification) |
Modifier and Type | Method and Description |
---|---|
void |
addTypeArgument(FullyQualifiedKotlinType typeArgument) |
Set<String> |
getImportList()
Returns a list of Strings that are the fully qualified names of this type,
and any generic type argument associated with this type.
|
String |
getPackageName() |
String |
getShortNameWithoutTypeArguments() |
String |
getShortNameWithTypeArguments() |
List<FullyQualifiedKotlinType> |
getTypeArguments() |
public FullyQualifiedKotlinType(String fullTypeSpecification)
public String getPackageName()
public String getShortNameWithoutTypeArguments()
public String getShortNameWithTypeArguments()
public List<FullyQualifiedKotlinType> getTypeArguments()
public void addTypeArgument(FullyQualifiedKotlinType typeArgument)
Copyright © 2006–2023 MyBatis.org. All rights reserved.