Uses of Class
com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
Packages that use DefaultJavaTypeVariable 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.impl 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 DefaultJavaTypeVariable Modifier and Type Method Description private <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 DefaultJavaTypeVariable Modifier and Type Field Description private java.util.List<DefaultJavaTypeVariable<JavaClass>>
DefaultJavaClass. typeParameters
Methods in com.thoughtworks.qdox.model.impl that return types with arguments of type DefaultJavaTypeVariable Modifier and Type Method Description java.util.List<DefaultJavaTypeVariable<JavaClass>>
DefaultJavaClass. getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
Method parameters in com.thoughtworks.qdox.model.impl with type arguments of type DefaultJavaTypeVariable Modifier and Type Method Description void
DefaultJavaClass. setTypeParameters(java.util.List<DefaultJavaTypeVariable<JavaClass>> typeParameters)
-