org.apache.camel.util.component
Class ApiMethodParser.Argument

java.lang.Object
  extended by org.apache.camel.util.component.ApiMethodParser.Argument
Enclosing class:
ApiMethodParser<T>

public static final class ApiMethodParser.Argument
extends Object


Constructor Summary
ApiMethodParser.Argument(String name, Class<?> type, String typeArgs)
           
 
Method Summary
 String getName()
           
 Class<?> getType()
           
 String getTypeArgs()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiMethodParser.Argument

public ApiMethodParser.Argument(String name,
                                Class<?> type,
                                String typeArgs)
Method Detail

getName

public String getName()

getType

public Class<?> getType()

getTypeArgs

public String getTypeArgs()

toString

public String toString()
Overrides:
toString in class Object


Apache Camel