| Package | Description |
|---|---|
| org.apache.camel.util.component |
Base classes and utilities for API based components
|
| Modifier and Type | Method and Description |
|---|---|
static ApiMethodArg |
ApiMethodArg.arg(String name,
Class<?> type) |
static ApiMethodArg |
ApiMethodArg.arg(String name,
Class<?> type,
String typeArgs) |
| Modifier and Type | Method and Description |
|---|---|
List<ApiMethodArg> |
ApiMethodParser.ApiMethodModel.getArguments() |
| Constructor and Description |
|---|
ApiMethodImpl(Class<?> proxyType,
Class<?> resultType,
String name,
ApiMethodArg... args) |
| Constructor and Description |
|---|
ApiMethodModel(String name,
Class<?> resultType,
List<ApiMethodArg> arguments,
Method method) |
ApiMethodModel(String uniqueName,
String name,
Class<?> resultType,
List<ApiMethodArg> arguments,
Method method) |
Apache Camel