| Package | Description |
|---|---|
| org.apache.camel.util.component |
| Modifier and Type | Method and Description |
|---|---|
List<ApiMethodParser.Argument> |
ApiMethodParser.ApiMethodModel.getArguments() |
| Constructor and Description |
|---|
ApiMethodParser.ApiMethodModel(String name,
Class<?> resultType,
List<ApiMethodParser.Argument> arguments,
Method method) |
ApiMethodParser.ApiMethodModel(String uniqueName,
String name,
Class<?> resultType,
List<ApiMethodParser.Argument> arguments,
Method method) |
Apache Camel