Uses of Interface
com.thoughtworks.qdox.model.JavaGenericDeclaration
Packages that use JavaGenericDeclaration
Package
Description
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
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.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with type parameters of type JavaGenericDeclarationModifier and TypeMethodDescriptionprivate <G extends JavaGenericDeclaration>
DefaultJavaTypeVariable<G>ModelBuilder.createTypeVariable
(TypeVariableDef typeVariableDef, G genericDeclaration) Methods in com.thoughtworks.qdox.builder.impl with parameters of type JavaGenericDeclarationModifier and TypeMethodDescriptionprivate static JavaClass
ModelBuilder.getContext
(JavaGenericDeclaration genericDeclaration) -
Uses of JavaGenericDeclaration in com.thoughtworks.qdox.model
Classes in com.thoughtworks.qdox.model with type parameters of type JavaGenericDeclarationModifier and TypeInterfaceDescriptioninterface
JavaTypeVariable<D extends JavaGenericDeclaration>
Subinterfaces of JavaGenericDeclaration in com.thoughtworks.qdox.modelModifier and TypeInterfaceDescriptioninterface
Equivalent ofClass
, providing the most important methods.interface
Modeled equivalent ofConstructor
, providing the most important methods.interface
A shared interface for the common functionality of Method and Constructor.interface
Methods 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 TypeClassDescriptionclass
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent ofTypeVariable
Classes in com.thoughtworks.qdox.model.impl that implement JavaGenericDeclarationModifier and TypeClassDescriptionclass
class
class
The BaseMethod contains all methods used by both JavaMethod and JavaConstructorclass
class
class
The default implementation forJavaType
class
DefaultJavaTypeVariable<D extends JavaGenericDeclaration>
Equivalent ofTypeVariable
class
Equivalent ofWildcardType
This class supports both the 'super' and 'extends' wildcards.class
This class can be used to access overridden methods while keeping a reference to the original class.Fields in com.thoughtworks.qdox.model.impl declared as JavaGenericDeclarationMethods 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)