Package | Description |
---|---|
com.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.
|
com.thoughtworks.qdox.writer |
Provides classes to write Java model elements in any style
|
com.thoughtworks.qdox.writer.impl |
Provides the default implementation of classes to write Java model elements in any style.
|
Modifier and Type | Method and Description |
---|---|
JavaConstructor |
JavaClass.getConstructor(List<JavaType> parameterTypes) |
JavaConstructor |
JavaClass.getConstructor(List<JavaType> parameterTypes,
boolean varArg) |
Modifier and Type | Method and Description |
---|---|
List<JavaConstructor> |
JavaClass.getConstructors()
Equivalent of
Class.getConstructors() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaConstructor |
Modifier and Type | Method and Description |
---|---|
JavaConstructor |
DefaultJavaClass.getConstructor(List<JavaType> parameterTypes) |
JavaConstructor |
DefaultJavaType.getConstructor(List<JavaType> parameterTypes) |
JavaConstructor |
DefaultJavaClass.getConstructor(List<JavaType> parameterTypes,
boolean varArgs) |
JavaConstructor |
DefaultJavaType.getConstructor(List<JavaType> parameterTypes,
boolean varArg) |
Modifier and Type | Method and Description |
---|---|
List<JavaConstructor> |
DefaultJavaClass.getConstructors()
Equivalent of
Class.getConstructors() |
List<JavaConstructor> |
DefaultJavaType.getConstructors()
Equivalent of
Class.getConstructors() |
List<JavaTypeVariable<JavaConstructor>> |
DefaultJavaConstructor.getTypeParameters()
Equivalent of
GenericDeclaration.getTypeParameters() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJavaClass.addConstructor(JavaConstructor constructor) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJavaConstructor.setTypeParameters(List<JavaTypeVariable<JavaConstructor>> typeParameters) |
Modifier and Type | Method and Description |
---|---|
ModelWriter |
ModelWriter.writeConstructor(JavaConstructor cns)
Write the java constructor.
|
Modifier and Type | Method and Description |
---|---|
ModelWriter |
DefaultModelWriter.writeConstructor(JavaConstructor constructor)
Write the java constructor.
|
Copyright © 2002–2022. All rights reserved.