Uses of Class
com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
Packages that use DefaultJavaTypeVariable Package Description com.thoughtworks.qdox.model.impl 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 DefaultJavaTypeVariable Modifier and Type Method Description java.util.List<DefaultJavaTypeVariable<JavaClass>>
DefaultJavaClass. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
Method parameters in com.thoughtworks.qdox.model.impl with type arguments of type DefaultJavaTypeVariable Modifier and Type Method Description void
DefaultJavaClass. setTypeParameters(java.util.List<DefaultJavaTypeVariable<JavaClass>> typeParameters)
-