Interface AnnotationExpressionFactory
-
- All Known Implementing Classes:
DefaultAnnotationExpressionFactory
public interface AnnotationExpressionFactoryA factory which creates anExpressionobject from an annotation on a field, property or method parameter of a specified type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.camel.ExpressioncreateExpression(org.apache.camel.CamelContext camelContext, Annotation annotation, LanguageAnnotation languageAnnotation, Class<?> expressionReturnType)
-
-
-
Method Detail
-
createExpression
org.apache.camel.Expression createExpression(org.apache.camel.CamelContext camelContext, Annotation annotation, LanguageAnnotation languageAnnotation, Class<?> expressionReturnType)
-
-