Uses of Interface
com.thoughtworks.qdox.model.JavaParameter
Packages that use JavaParameter
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 JavaParameter in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model that return JavaParameterMethods in com.thoughtworks.qdox.model that return types with arguments of type JavaParameterModifier and TypeMethodDescriptionJavaExecutable.getParameters()
Equivalent ofExecutable.getParameterTypes()
, where a JavaParameter also contains the original name if available. -
Uses of JavaParameter in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaParameterFields in com.thoughtworks.qdox.model.impl with type parameters of type JavaParameterMethods in com.thoughtworks.qdox.model.impl that return JavaParameterModifier and TypeMethodDescriptionDefaultJavaExecutable.getParameterByName
(String name) JavaMethodDelegate.getParameterByName
(String name) Methods in com.thoughtworks.qdox.model.impl that return types with arguments of type JavaParameterModifier and TypeMethodDescriptionDefaultJavaExecutable.getParameters()
Equivalent ofExecutable.getParameterTypes()
, where a JavaParameter also contains the original name if available.JavaMethodDelegate.getParameters()
Equivalent ofExecutable.getParameterTypes()
, where a JavaParameter also contains the original name if available.Method parameters in com.thoughtworks.qdox.model.impl with type arguments of type JavaParameterModifier and TypeMethodDescriptionvoid
DefaultJavaExecutable.setParameters
(List<JavaParameter> javaParameters) -
Uses of JavaParameter in com.thoughtworks.qdox.writer
Methods in com.thoughtworks.qdox.writer with parameters of type JavaParameterModifier and TypeMethodDescriptionModelWriter.writeParameter
(JavaParameter prm) Write the java parameter A standard parameter writer should write: the javadoc the annotations the parameter signature -
Uses of JavaParameter in com.thoughtworks.qdox.writer.impl
Methods in com.thoughtworks.qdox.writer.impl with parameters of type JavaParameterModifier and TypeMethodDescriptionDefaultModelWriter.writeParameter
(JavaParameter parameter) Write the java parameter A standard parameter writer should write: the javadoc the annotations the parameter signature