|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ibatis.ibator.api.dom.java.FullyQualifiedJavaType
org.apache.ibatis.ibator.api.dom.java.JavaWildcardType
public class JavaWildcardType
Encapsulates the idea of a wildcard type to be used in a type argument list
Constructor Summary | |
---|---|
JavaWildcardType(java.lang.String fullyQualifiedName,
boolean extendsType)
|
Method Summary | |
---|---|
java.lang.String |
getShortName()
|
Methods inherited from class org.apache.ibatis.ibator.api.dom.java.FullyQualifiedJavaType |
---|
addTypeArgument, compareTo, equals, getBooleanPrimitiveInstance, getCriteriaInstance, getDateInstance, getFullyQualifiedName, getIntInstance, getNewArrayListInstance, getNewHashMapInstance, getNewIteratorInstance, getNewListInstance, getNewMapInstance, getObjectInstance, getPackageName, getPrimitiveTypeWrapper, getStringInstance, hashCode, isExplicitlyImported, isPrimitive, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JavaWildcardType(java.lang.String fullyQualifiedName, boolean extendsType)
fullyQualifiedName
- the fully qualified base type nameextendsType
- if true, this is an "extends" wildcard, else it is
a "super" wildcardMethod Detail |
---|
public java.lang.String getShortName()
getShortName
in class FullyQualifiedJavaType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |