Class ApiMethodArg
- java.lang.Object
-
- org.apache.camel.support.component.ApiMethodArg
-
public class ApiMethodArg extends Object
-
-
Constructor Summary
Constructors Constructor Description ApiMethodArg(String name, Class<?> type, String typeArgs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiMethodArg
arg(String name, Class<?> type)
static ApiMethodArg
arg(String name, Class<?> type, String typeArgs)
String
getName()
Class<?>
getType()
String
getTypeArgs()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public Class<?> getType()
-
getTypeArgs
public String getTypeArgs()
-
arg
public static ApiMethodArg arg(String name, Class<?> type)
-
arg
public static ApiMethodArg arg(String name, Class<?> type, String typeArgs)
-
-