Class ApiMethodParser.ApiMethodModel
java.lang.Object
org.apache.camel.support.component.ApiMethodParser.ApiMethodModel
- Enclosing class:
- ApiMethodParser<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ApiMethodModel
(String name, Class<?> resultType, List<ApiMethodArg> arguments, Method method, String description, String signature) protected
ApiMethodModel
(String uniqueName, String name, Class<?> resultType, List<ApiMethodArg> arguments, Method method, String description, String signature) -
Method Summary