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>
java.util.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
Fields in com.thoughtworks.qdox.model.impl with type parameters of type JavaTypeVariable Modifier and Type Field Description private java.util.List<JavaTypeVariable<JavaConstructor>>
DefaultJavaConstructor. typeParameters
private java.util.List<JavaTypeVariable<JavaMethod>>
DefaultJavaMethod. typeParameters
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, java.util.List<JavaTypeVariable<D>> typeParameters)
Methods in com.thoughtworks.qdox.model.impl that return types with arguments of type JavaTypeVariable Modifier and Type Method Description java.util.List<JavaTypeVariable<JavaConstructor>>
DefaultJavaConstructor. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
java.util.List<JavaTypeVariable<JavaMethod>>
DefaultJavaMethod. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
<D extends JavaGenericDeclaration>
java.util.List<JavaTypeVariable<D>>DefaultJavaType. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
java.util.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>
java.lang.StringDefaultJavaType. getGenericValue(JavaType base, java.util.List<JavaTypeVariable<D>> typeVariableList)
protected static <D extends JavaGenericDeclaration>
java.lang.StringDefaultJavaType. getResolvedFullyQualifiedName(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
java.lang.StringDefaultJavaType. getResolvedGenericFullyQualifiedName(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
java.lang.StringDefaultJavaType. getResolvedGenericValue(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
java.lang.StringDefaultJavaType. getResolvedValue(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
protected static <D extends JavaGenericDeclaration>
JavaTypeVariable<D>DefaultJavaType. resolve(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
void
DefaultJavaConstructor. setTypeParameters(java.util.List<JavaTypeVariable<JavaConstructor>> typeParameters)
void
DefaultJavaMethod. setTypeParameters(java.util.List<JavaTypeVariable<JavaMethod>> typeParameters)
-