Uses of Interface
com.thoughtworks.qdox.model.JavaGenericDeclaration
Packages that use JavaGenericDeclaration
Package
Description
Provides classes reflecting the Java model elements.
Provides the default implementation of the classes reflecting the Java model elements.
-
Uses of JavaGenericDeclaration in com.thoughtworks.qdox.model
Classes in com.thoughtworks.qdox.model with type parameters of type JavaGenericDeclarationModifier and TypeInterfaceDescriptioninterfaceJavaTypeVariable<D extends JavaGenericDeclaration>Subinterfaces of JavaGenericDeclaration in com.thoughtworks.qdox.modelModifier and TypeInterfaceDescriptioninterfaceEquivalent ofClass, providing the most important methods.interfaceModeled equivalent ofConstructor, providing the most important methods.interfaceA shared interface for the common functionality of Method and Constructor.interfaceMethods in com.thoughtworks.qdox.model with type parameters of type JavaGenericDeclarationModifier and TypeMethodDescription<D extends JavaGenericDeclaration>
List<JavaTypeVariable<D>> JavaGenericDeclaration.getTypeParameters()Equivalent ofGenericDeclaration.getTypeParameters() -
Uses of JavaGenericDeclaration in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl with type parameters of type JavaGenericDeclarationModifier and TypeClassDescriptionclassDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableClasses in com.thoughtworks.qdox.model.impl that implement JavaGenericDeclarationModifier and TypeClassDescriptionclassclassclassThe BaseMethod contains all methods used by both JavaMethod and JavaConstructorclassclassclassThe default implementation forJavaTypeclassDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableclassEquivalent ofWildcardTypeThis class supports both the 'super' and 'extends' wildcards.classThis class can be used to access overridden methods while keeping a reference to the original class.Methods in com.thoughtworks.qdox.model.impl with type parameters of type JavaGenericDeclarationModifier 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) <D extends JavaGenericDeclaration>
List<JavaTypeVariable<D>> DefaultJavaType.getTypeParameters()Equivalent ofGenericDeclaration.getTypeParameters()protected static <D extends JavaGenericDeclaration>
JavaTypeVariable<D> DefaultJavaType.resolve(JavaType base, List<JavaTypeVariable<D>> typeParameters)