Package com.thoughtworks.qdox.model
Class TypeVariable
java.lang.Object
com.thoughtworks.qdox.model.Type
com.thoughtworks.qdox.model.TypeVariable
- All Implemented Interfaces:
Serializable
,Comparable
- Since:
- 1.10
- Author:
- Robert Scholte
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TypeVariable
createUnresolved
(TypeVariableDef def, JavaClassParent context) The FQN representation of an Object for code usage This implementation ignores generics Some examples how Objects will be translatedgetName()
getValue()
The FQN representation of an Object for code usage This implementation ignores generics Some examples how Objects will be translatedMethods inherited from class com.thoughtworks.qdox.model.Type
compareTo, createUnresolved, createUnresolved, createUnresolved, equals, getActualTypeArguments, getDimensions, getFullQualifiedName, getFullyQualifiedName, getGenericValue, getJavaClass, getJavaClassParent, getResolvedGenericValue, getResolvedValue, getTypeVariableIndex, hashCode, isA, isArray, isPrimitive, isResolved, isVoid, resolve, resolve, toGenericString, toString
-
Field Details
-
EMPTY_ARRAY
-
-
Constructor Details
-
TypeVariable
-
-
Method Details
-
createUnresolved
-
getValue
Description copied from class:Type
The FQN representation of an Object for code usage This implementation ignores generics Some examples how Objects will be translatedObject > java.lang.object java.util.List
> java.util.List ? > ? T > T anypackage.Outer.Inner > anypackage.Outer.Inner -
getGenericValue
Description copied from class:Type
The FQN representation of an Object for code usage This implementation ignores generics Some examples how Objects will be translatedObject > java.lang.object java.util.List
> java.util.List ? > ? T > T anypackage.Outer.Inner > anypackage.Outer.Inner - Overrides:
getGenericValue
in classType
- Returns:
- generic type representation for code usage
-
getName
-