|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.util.component.ApiMethodParser.ApiMethodModel
public static final class ApiMethodParser.ApiMethodModel
| Constructor Summary | |
|---|---|
protected |
ApiMethodParser.ApiMethodModel(String name,
Class<?> resultType,
List<ApiMethodParser.Argument> arguments,
Method method)
|
protected |
ApiMethodParser.ApiMethodModel(String uniqueName,
String name,
Class<?> resultType,
List<ApiMethodParser.Argument> arguments,
Method method)
|
| Method Summary | |
|---|---|
List<ApiMethodParser.Argument> |
getArguments()
|
Method |
getMethod()
|
String |
getName()
|
Class<?> |
getResultType()
|
String |
getUniqueName()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ApiMethodParser.ApiMethodModel(String name,
Class<?> resultType,
List<ApiMethodParser.Argument> arguments,
Method method)
protected ApiMethodParser.ApiMethodModel(String uniqueName,
String name,
Class<?> resultType,
List<ApiMethodParser.Argument> arguments,
Method method)
| Method Detail |
|---|
public String getUniqueName()
public String getName()
public Class<?> getResultType()
public Method getMethod()
public List<ApiMethodParser.Argument> getArguments()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||