Uses of Class
com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
Packages that use DefaultJavaTypeVariable
Package
Description
Provides the default implementation of the classes reflecting the Java model elements.
-
Uses of DefaultJavaTypeVariable in com.thoughtworks.qdox.model.impl
Methods in com.thoughtworks.qdox.model.impl that return types with arguments of type DefaultJavaTypeVariableModifier and TypeMethodDescriptionDefaultJavaClass.getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
Method parameters in com.thoughtworks.qdox.model.impl with type arguments of type DefaultJavaTypeVariableModifier and TypeMethodDescriptionvoid
DefaultJavaClass.setTypeParameters
(List<DefaultJavaTypeVariable<JavaClass>> typeParameters)