| Package | Description |
|---|---|
| com.thoughtworks.qdox.builder |
Provides classes which transform the structs from the JavaParser to the Java model elements
|
| 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.
|
| com.thoughtworks.qdox.type |
| Modifier and Type | Method and Description |
|---|---|
static DefaultJavaType |
TypeAssembler.createUnresolved(TypeDef typeDef,
int dimensions,
TypeResolver typeResolver)
this one is specific for those cases where dimensions can be part of both the type and identifier i.e. private
String[] matrix[]; //field public abstract String[] getMatrix[](); //method
|
static DefaultJavaType |
TypeAssembler.createUnresolved(TypeDef typeDef,
TypeResolver typeResolver) |
| Constructor and Description |
|---|
DefaultJavaAnnotationAssembler(JavaClass declaringClass,
ClassLibrary classLibrary,
TypeResolver typeResolver) |
| Constructor and Description |
|---|
DefaultJavaParameterizedType(java.lang.String fullName,
java.lang.String name,
int dimensions,
TypeResolver typeResolver) |
DefaultJavaTypeVariable(java.lang.String name,
TypeResolver typeResolver) |
| Modifier and Type | Method and Description |
|---|---|
static TypeResolver |
TypeResolver.byClassName(java.lang.String binaryName,
ClassLibrary classLibrary,
java.util.Collection<java.lang.String> imports) |
static TypeResolver |
TypeResolver.byPackageName(java.lang.String binaryName,
ClassLibrary classLibrary,
java.util.Collection<java.lang.String> imports)
Type resolver in case there's no declaring class, e.g. using extends, implements and annotations on a toplevel class
|
Copyright © 2002-2018. All Rights Reserved.