接口的使用
com.thoughtworks.qdox.model.JavaParameter
使用JavaParameter的程序包
程序包
说明
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.
-
com.thoughtworks.qdox.model中JavaParameter的使用
返回变量类型为JavaParameter的类型的com.thoughtworks.qdox.model中的方法修饰符和类型方法说明JavaExecutable.getParameters()Equivalent ofExecutable.getParameterTypes(), where a JavaParameter also contains the original name if available. -
com.thoughtworks.qdox.model.impl中JavaParameter的使用
修饰符和类型方法说明DefaultJavaExecutable.getParameterByName(String name) JavaMethodDelegate.getParameterByName(String name) 返回变量类型为JavaParameter的类型的com.thoughtworks.qdox.model.impl中的方法修饰符和类型方法说明DefaultJavaExecutable.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.类型变量类型为JavaParameter的com.thoughtworks.qdox.model.impl中的方法参数 -
com.thoughtworks.qdox.writer中JavaParameter的使用
修饰符和类型方法说明ModelWriter.writeParameter(JavaParameter prm) Write the java parameter A standard parameter writer should write: the javadoc the annotations the parameter signature -
com.thoughtworks.qdox.writer.impl中JavaParameter的使用
修饰符和类型方法说明DefaultModelWriter.writeParameter(JavaParameter parameter) Write the java parameter A standard parameter writer should write: the javadoc the annotations the parameter signature