|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.bean.ParameterInfo
public class ParameterInfo
Parameter information to be used for method invocation.
| 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 |
|---|
public ParameterInfo(int index,
Class type,
Annotation[] annotations,
Expression expression)
| Method Detail |
|---|
public Annotation[] getAnnotations()
public Expression getExpression()
public int getIndex()
public Class getType()
public void setExpression(Expression expression)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||