Uses of Class
org.apache.camel.support.component.ApiMethodArg
-
Packages that use ApiMethodArg Package Description org.apache.camel.support.component Base classes and utilities for API based components -
-
Uses of ApiMethodArg in org.apache.camel.support.component
Methods in org.apache.camel.support.component that return ApiMethodArg Modifier and Type Method Description static ApiMethodArg
ApiMethodArg. arg(String name, Class<?> type)
static ApiMethodArg
ApiMethodArg. arg(String name, Class<?> type, String typeArgs)
static ApiMethodArg
ApiMethodArg. arg(String name, Class<?> type, String typeArgs, String description)
Methods in org.apache.camel.support.component that return types with arguments of type ApiMethodArg Modifier and Type Method Description List<ApiMethodArg>
ApiMethodParser.ApiMethodModel. getArguments()
Constructors in org.apache.camel.support.component with parameters of type ApiMethodArg Constructor Description ApiMethodImpl(Class<?> proxyType, Class<?> resultType, String name, ApiMethodArg... args)
Constructor parameters in org.apache.camel.support.component with type arguments of type ApiMethodArg Constructor Description ApiMethodModel(String name, Class<?> resultType, List<ApiMethodArg> arguments, Method method, String description, String signature)
ApiMethodModel(String uniqueName, String name, Class<?> resultType, List<ApiMethodArg> arguments, Method method, String description, String signature)
-