Uses of Class
com.thoughtworks.qdox.model.TypeVariable
Packages that use TypeVariable
-
Uses of TypeVariable in com.thoughtworks.qdox.model
Fields in com.thoughtworks.qdox.model declared as TypeVariableMethods in com.thoughtworks.qdox.model that return TypeVariableModifier and TypeMethodDescriptionModelBuilder.createTypeVariable
(TypeVariableDef typeVariableDef) ModelBuilder.createTypeVariable
(String name, List typeParams) static TypeVariable
TypeVariable.createUnresolved
(TypeVariableDef def, JavaClassParent context) JavaClass.getTypeParameters()
JavaMethod.getTypeParameters()
JavaMethodDelegate.getTypeParameters()
Methods in com.thoughtworks.qdox.model with parameters of type TypeVariableModifier and TypeMethodDescriptionprotected String
Type.getGenericValue
(TypeVariable[] typeVariableList) protected String
Type.getResolvedGenericValue
(TypeVariable[] typeParameters) protected String
Type.getResolvedValue
(TypeVariable[] typeParameters) void
JavaClass.setTypeParameters
(TypeVariable[] typeParameters) void
JavaMethod.setTypeParameters
(TypeVariable[] typeParameters) void
JavaMethodDelegate.setTypeParameters
(TypeVariable[] typeParameters)