Uses of Class
com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
Packages that use DefaultJavaTypeVariable
Package
Description
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
Provides the default implementation of the classes reflecting the Java model elements.
-
Uses of DefaultJavaTypeVariable in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl that return DefaultJavaTypeVariableModifier and TypeMethodDescriptionprivate <G extends JavaGenericDeclaration>
DefaultJavaTypeVariable<G>ModelBuilder.createTypeVariable
(TypeVariableDef typeVariableDef, G genericDeclaration) -
Uses of DefaultJavaTypeVariable in com.thoughtworks.qdox.model.impl
Fields in com.thoughtworks.qdox.model.impl with type parameters of type DefaultJavaTypeVariableModifier and TypeFieldDescriptionprivate List<DefaultJavaTypeVariable<JavaClass>>
DefaultJavaClass.typeParameters
Methods in com.thoughtworks.qdox.model.impl that return types with arguments of type DefaultJavaTypeVariableModifier and TypeMethodDescriptionDefaultJavaClass.getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
Method parameters in com.thoughtworks.qdox.model.impl with type arguments of type DefaultJavaTypeVariableModifier and TypeMethodDescriptionvoid
DefaultJavaClass.setTypeParameters
(List<DefaultJavaTypeVariable<JavaClass>> typeParameters)