com.thoughtworks.qdox.model
Class WildcardType
java.lang.Object
com.thoughtworks.qdox.model.Type
com.thoughtworks.qdox.model.WildcardType
- All Implemented Interfaces:
- Serializable, Comparable
public class WildcardType
- extends Type
This class supports both the 'super' and 'extends' wildcards.
For <?> you must use the normal Type, because ? itself can't be generic
- Author:
- Robert Scholte
- See Also:
- Serialized Form
Methods inherited from class com.thoughtworks.qdox.model.Type |
compareTo, createUnresolved, createUnresolved, createUnresolved, equals, getDimensions, getFullQualifiedName, getGenericValue, getJavaClass, getJavaClassParent, getResolvedGenericValue, getResolvedValue, getValue, hashCode, isA, isArray, isPrimitive, isResolved, isVoid, toGenericString, toString |
WildcardType
public WildcardType()
WildcardType
public WildcardType(WildcardTypeDef typeDef)
WildcardType
public WildcardType(WildcardTypeDef typeDef,
JavaClassParent context)
getGenericValue
public String getGenericValue()
- Overrides:
getGenericValue
in class Type
Copyright © 2002-2010. All Rights Reserved.