Uses of Class
org.apache.cxf.tools.common.model.JavaParameter
-
Packages that use JavaParameter Package Description org.apache.cxf.tools.common.model -
-
Uses of JavaParameter in org.apache.cxf.tools.common.model
Methods in org.apache.cxf.tools.common.model that return JavaParameter Modifier and Type Method Description JavaParameterJavaMethod. getParameter(String paramName)Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaParameter Modifier and Type Method Description List<JavaParameter>JavaMethod. getParameters()Methods in org.apache.cxf.tools.common.model with parameters of type JavaParameter Modifier and Type Method Description voidJavaMethod. addParameter(JavaParameter param)
-