Package org.apache.cxf.xjc.javadoc
Class MethodHelper
java.lang.Object
org.apache.cxf.xjc.javadoc.MethodHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.sun.codemodel.JMethodfindMethod(com.sun.tools.xjc.outline.ClassOutline classOutline, String methodName) Find method in given class with given method name
-
Constructor Details
-
MethodHelper
private MethodHelper()
-
-
Method Details
-
findMethod
public static com.sun.codemodel.JMethod findMethod(com.sun.tools.xjc.outline.ClassOutline classOutline, String methodName) Find method in given class with given method name- Parameters:
classOutline-methodName-- Returns:
- method in given class with given method name
-