public class BeanAnnotationExpressionFactory extends DefaultAnnotationExpressionFactory
| Constructor and Description |
|---|
BeanAnnotationExpressionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
createExpression(CamelContext camelContext,
Annotation annotation,
LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType) |
protected String |
getFromAnnotation(Annotation annotation,
String attribute) |
getAnnotationObjectValue, getExpressionFromAnnotationpublic BeanAnnotationExpressionFactory()
public Expression createExpression(CamelContext camelContext, Annotation annotation, LanguageAnnotation languageAnnotation, Class<?> expressionReturnType)
createExpression in interface AnnotationExpressionFactorycreateExpression in class DefaultAnnotationExpressionFactoryprotected String getFromAnnotation(Annotation annotation, String attribute)
Apache Camel