org.apache.camel.component.bean
Class ParameterInfo

java.lang.Object
  extended by org.apache.camel.component.bean.ParameterInfo

public class ParameterInfo
extends Object

Parameter information to be used for method invocation.

Version:

Constructor Summary
ParameterInfo(int index, Class<?> type, Annotation[] annotations, Expression expression)
           
 
Method Summary
 Annotation[] getAnnotations()
           
 Expression getExpression()
           
 int getIndex()
           
 Class<?> getType()
           
 void setExpression(Expression expression)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterInfo

public ParameterInfo(int index,
                     Class<?> type,
                     Annotation[] annotations,
                     Expression expression)
Method Detail

getAnnotations

public Annotation[] getAnnotations()

getExpression

public Expression getExpression()

getIndex

public int getIndex()

getType

public Class<?> getType()

setExpression

public void setExpression(Expression expression)

toString

public String toString()
Overrides:
toString in class Object


Apache CAMEL