Uses of Interface
com.thoughtworks.qdox.model.JavaTypeVariable
Packages that use JavaTypeVariable
Package
Description
Provides classes reflecting the Java model elements.
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 JavaTypeVariableModifier and TypeMethodDescription<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 JavaTypeVariableModifier and TypeClassDescriptionclass
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent ofTypeVariable
Fields in com.thoughtworks.qdox.model.impl with type parameters of type JavaTypeVariableModifier and TypeFieldDescriptionprivate List<JavaTypeVariable<JavaConstructor>>
DefaultJavaConstructor.typeParameters
private List<JavaTypeVariable<JavaMethod>>
DefaultJavaMethod.typeParameters
Methods in com.thoughtworks.qdox.model.impl that return JavaTypeVariableModifier and TypeMethodDescriptionprotected 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 JavaTypeVariableModifier and TypeMethodDescriptionDefaultJavaConstructor.getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
DefaultJavaMethod.getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
<D extends JavaGenericDeclaration>
List<JavaTypeVariable<D>>DefaultJavaType.getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
JavaMethodDelegate.getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
Method parameters in com.thoughtworks.qdox.model.impl with type arguments of type JavaTypeVariableModifier and TypeMethodDescriptionprotected 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)