Uses of Interface
com.thoughtworks.qdox.model.JavaTypeVariable
-
Packages that use JavaTypeVariable Package Description com.thoughtworks.qdox.model Provides classes reflecting the Java model elements.com.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of JavaTypeVariable in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model that return types with arguments of type JavaTypeVariable Modifier and Type Method Description <D extends JavaGenericDeclaration>
List<JavaTypeVariable<D>>JavaGenericDeclaration. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
-
Uses of JavaTypeVariable in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaTypeVariable Modifier and Type Class Description class
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent ofTypeVariable
Methods in com.thoughtworks.qdox.model.impl that return JavaTypeVariable Modifier and Type Method Description protected static <D extends JavaGenericDeclaration>
JavaTypeVariable<D>DefaultJavaType. resolve(JavaType base, List<JavaTypeVariable<D>> typeParameters)
Methods in com.thoughtworks.qdox.model.impl that return types with arguments of type JavaTypeVariable Modifier and Type Method Description List<JavaTypeVariable<JavaConstructor>>
DefaultJavaConstructor. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
List<JavaTypeVariable<JavaMethod>>
DefaultJavaMethod. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
<D extends JavaGenericDeclaration>
List<JavaTypeVariable<D>>DefaultJavaType. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
List<JavaTypeVariable<JavaMethod>>
JavaMethodDelegate. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
Method parameters in com.thoughtworks.qdox.model.impl with type arguments of type JavaTypeVariable Modifier and Type Method Description protected static <D extends JavaGenericDeclaration>
StringDefaultJavaType. getGenericValue(JavaType base, List<JavaTypeVariable<D>> typeVariableList)
protected static <D extends JavaGenericDeclaration>
StringDefaultJavaType. getResolvedFullyQualifiedName(JavaType base, List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
StringDefaultJavaType. getResolvedGenericFullyQualifiedName(JavaType base, List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
StringDefaultJavaType. getResolvedGenericValue(JavaType base, List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
StringDefaultJavaType. getResolvedValue(JavaType base, List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
JavaTypeVariable<D>DefaultJavaType. resolve(JavaType base, List<JavaTypeVariable<D>> typeParameters)
void
DefaultJavaConstructor. setTypeParameters(List<JavaTypeVariable<JavaConstructor>> typeParameters)
void
DefaultJavaMethod. setTypeParameters(List<JavaTypeVariable<JavaMethod>> typeParameters)
-