Uses of Interface
com.thoughtworks.qdox.model.JavaConstructor
Packages that use JavaConstructor
Package
Description
Provides classes reflecting the Java model elements.
Provides the default implementation of the classes reflecting the Java model elements.
Provides classes to write Java model elements in any style
Provides the default implementation of classes to write Java model elements in any style.
-
Uses of JavaConstructor in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model that return JavaConstructorModifier and TypeMethodDescriptionJavaClass.getConstructor
(List<JavaType> parameterTypes) JavaClass.getConstructor
(List<JavaType> parameterTypes, boolean varArg) Methods in com.thoughtworks.qdox.model that return types with arguments of type JavaConstructorModifier and TypeMethodDescriptionJavaClass.getConstructors()
Equivalent ofClass.getConstructors()
-
Uses of JavaConstructor in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaConstructorFields in com.thoughtworks.qdox.model.impl with type parameters of type JavaConstructorModifier and TypeFieldDescriptionprivate List<JavaConstructor>
DefaultJavaClass.constructors
private List<JavaTypeVariable<JavaConstructor>>
DefaultJavaConstructor.typeParameters
Methods in com.thoughtworks.qdox.model.impl that return JavaConstructorModifier and TypeMethodDescriptionDefaultJavaClass.getConstructor
(List<JavaType> parameterTypes) DefaultJavaClass.getConstructor
(List<JavaType> parameterTypes, boolean varArgs) DefaultJavaType.getConstructor
(List<JavaType> parameterTypes) DefaultJavaType.getConstructor
(List<JavaType> parameterTypes, boolean varArg) Methods in com.thoughtworks.qdox.model.impl that return types with arguments of type JavaConstructorModifier and TypeMethodDescriptionDefaultJavaClass.getConstructors()
Equivalent ofClass.getConstructors()
DefaultJavaType.getConstructors()
Equivalent ofClass.getConstructors()
DefaultJavaConstructor.getTypeParameters()
Equivalent ofGenericDeclaration.getTypeParameters()
Methods in com.thoughtworks.qdox.model.impl with parameters of type JavaConstructorModifier and TypeMethodDescriptionvoid
DefaultJavaClass.addConstructor
(JavaConstructor constructor) Method parameters in com.thoughtworks.qdox.model.impl with type arguments of type JavaConstructorModifier and TypeMethodDescriptionvoid
DefaultJavaConstructor.setTypeParameters
(List<JavaTypeVariable<JavaConstructor>> typeParameters) -
Uses of JavaConstructor in com.thoughtworks.qdox.writer
Methods in com.thoughtworks.qdox.writer with parameters of type JavaConstructorModifier and TypeMethodDescriptionModelWriter.writeConstructor
(JavaConstructor cns) Write the java constructor. -
Uses of JavaConstructor in com.thoughtworks.qdox.writer.impl
Methods in com.thoughtworks.qdox.writer.impl with parameters of type JavaConstructorModifier and TypeMethodDescriptionDefaultModelWriter.writeConstructor
(JavaConstructor constructor) Write the java constructor.