| 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 elements
|
| com.thoughtworks.qdox.model.impl |
Provides the default implementation of the classes reflecting the Java model elements.
|
| Modifier and Type | Method and Description |
|---|---|
private <G extends JavaGenericDeclaration> |
ModelBuilder.createTypeVariable(TypeVariableDef typeVariableDef,
G genericDeclaration) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<DefaultJavaTypeVariable<JavaClass>> |
DefaultJavaClass.typeParameters |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DefaultJavaTypeVariable<JavaClass>> |
DefaultJavaClass.getTypeParameters()
Equivalent of
GenericDeclaration.getTypeParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJavaClass.setTypeParameters(java.util.List<DefaultJavaTypeVariable<JavaClass>> typeParameters) |