Class ApiMethodParser.ApiMethodModel
- java.lang.Object
-
- org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
-
- Enclosing class:
- ApiMethodParser<T>
public static final class ApiMethodParser.ApiMethodModel extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ApiMethodModel(String name, Class<?> resultType, List<ApiMethodArg> arguments, Method method)
protected
ApiMethodModel(String uniqueName, String name, Class<?> resultType, List<ApiMethodArg> arguments, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ApiMethodArg>
getArguments()
Method
getMethod()
String
getName()
Class<?>
getResultType()
String
getUniqueName()
String
toString()
-