Uses of Class
com.thoughtworks.qdox.model.TypeVariable
-
Packages that use TypeVariable Package Description com.thoughtworks.qdox.model -
-
Uses of TypeVariable in com.thoughtworks.qdox.model
Fields in com.thoughtworks.qdox.model declared as TypeVariable Modifier and Type Field Description static TypeVariable[]TypeVariable. EMPTY_ARRAYMethods in com.thoughtworks.qdox.model that return TypeVariable Modifier and Type Method Description TypeVariableModelBuilder. createTypeVariable(TypeVariableDef typeVariableDef)TypeVariableModelBuilder. createTypeVariable(java.lang.String name, java.util.List typeParams)static TypeVariableTypeVariable. createUnresolved(TypeVariableDef def, JavaClassParent context)TypeVariable[]JavaClass. getTypeParameters()TypeVariable[]JavaMethod. getTypeParameters()TypeVariable[]JavaMethodDelegate. getTypeParameters()Methods in com.thoughtworks.qdox.model with parameters of type TypeVariable Modifier and Type Method Description protected java.lang.StringType. getGenericValue(TypeVariable[] typeVariableList)protected java.lang.StringType. getResolvedGenericValue(TypeVariable[] typeParameters)protected java.lang.StringType. getResolvedValue(TypeVariable[] typeParameters)voidJavaClass. setTypeParameters(TypeVariable[] typeParameters)voidJavaMethod. setTypeParameters(TypeVariable[] typeParameters)voidJavaMethodDelegate. setTypeParameters(TypeVariable[] typeParameters)
-