public class BeanAnnotationExpressionFactory
extends org.apache.camel.support.language.DefaultAnnotationExpressionFactory
Constructor and Description |
---|
BeanAnnotationExpressionFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Expression |
createExpression(org.apache.camel.CamelContext camelContext,
Annotation annotation,
org.apache.camel.support.language.LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType) |
protected String |
getFromAnnotation(Annotation annotation,
String attribute) |
public org.apache.camel.Expression createExpression(org.apache.camel.CamelContext camelContext, Annotation annotation, org.apache.camel.support.language.LanguageAnnotation languageAnnotation, Class<?> expressionReturnType)
createExpression
in interface org.apache.camel.support.language.AnnotationExpressionFactory
createExpression
in class org.apache.camel.support.language.DefaultAnnotationExpressionFactory
protected String getFromAnnotation(Annotation annotation, String attribute)
Apache Camel