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