Uses of Interface
com.thoughtworks.qdox.model.JavaGenericDeclaration
-
Packages that use JavaGenericDeclaration Package Description com.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.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 JavaGenericDeclaration in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with type parameters of type JavaGenericDeclaration Modifier and Type Method Description private <G extends JavaGenericDeclaration>
DefaultJavaTypeVariable<G>ModelBuilder. createTypeVariable(TypeVariableDef typeVariableDef, G genericDeclaration)Methods in com.thoughtworks.qdox.builder.impl with parameters of type JavaGenericDeclaration Modifier and Type Method Description private static JavaClassModelBuilder. getContext(JavaGenericDeclaration genericDeclaration) -
Uses of JavaGenericDeclaration in com.thoughtworks.qdox.model
Classes in com.thoughtworks.qdox.model with type parameters of type JavaGenericDeclaration Modifier and Type Interface Description interfaceJavaTypeVariable<D extends JavaGenericDeclaration>Subinterfaces of JavaGenericDeclaration in com.thoughtworks.qdox.model Modifier and Type Interface Description interfaceJavaClassEquivalent ofClass, providing the most important methods.interfaceJavaConstructorModeled equivalent ofConstructor, providing the most important methods.interfaceJavaExecutableA shared interface for the common functionality of Method and Constructor.interfaceJavaMethodMethods in com.thoughtworks.qdox.model with type parameters of type JavaGenericDeclaration Modifier and Type Method Description <D extends JavaGenericDeclaration>
java.util.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 JavaGenericDeclaration Modifier and Type Class Description classDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableClasses in com.thoughtworks.qdox.model.impl that implement JavaGenericDeclaration Modifier and Type Class Description classDefaultJavaClassclassDefaultJavaConstructorclassDefaultJavaExecutableThe BaseMethod contains all methods used by both JavaMethod and JavaConstructorclassDefaultJavaMethodclassDefaultJavaParameterizedTypeclassDefaultJavaTypeThe default implementation forJavaTypeclassDefaultJavaTypeVariable<D extends JavaGenericDeclaration>Equivalent ofTypeVariableclassDefaultJavaWildcardTypeEquivalent ofWildcardTypeThis class supports both the 'super' and 'extends' wildcards.classJavaMethodDelegateThis 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 JavaGenericDeclaration Modifier and Type Field Description private DDefaultJavaTypeVariable. genericDeclarationMethods in com.thoughtworks.qdox.model.impl with type parameters of type JavaGenericDeclaration 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)<D extends JavaGenericDeclaration>
java.util.List<JavaTypeVariable<D>>DefaultJavaType. getTypeParameters()Equivalent ofGenericDeclaration.getTypeParameters()protected static <D extends JavaGenericDeclaration>
JavaTypeVariable<D>DefaultJavaType. resolve(JavaType base, java.util.List<JavaTypeVariable<D>> typeParameters)
-