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 TypeVariableTypeVariable.createUnresolved(TypeVariableDef def, JavaClassParent context) JavaClass.getTypeParameters()JavaMethod.getTypeParameters()JavaMethodDelegate.getTypeParameters()Methods in com.thoughtworks.qdox.model with parameters of type TypeVariableModifier and TypeMethodDescriptionprotected StringType.getGenericValue(TypeVariable[] typeVariableList) protected StringType.getResolvedGenericValue(TypeVariable[] typeParameters) protected StringType.getResolvedValue(TypeVariable[] typeParameters) voidJavaClass.setTypeParameters(TypeVariable[] typeParameters) voidJavaMethod.setTypeParameters(TypeVariable[] typeParameters) voidJavaMethodDelegate.setTypeParameters(TypeVariable[] typeParameters)