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 protectedApiMethodModel(String name, Class<?> resultType, List<ApiMethodArg> arguments, Method method)protectedApiMethodModel(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()MethodgetMethod()StringgetName()Class<?>getResultType()StringgetUniqueName()StringtoString()
-