public interface AnnotationExpressionFactory
Expression object from an annotation on a field, property or method parameter
of a specified type.| Modifier and Type | Method and Description |
|---|---|
Expression |
createExpression(CamelContext camelContext,
Annotation annotation,
LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType) |
Expression createExpression(CamelContext camelContext, Annotation annotation, LanguageAnnotation languageAnnotation, Class<?> expressionReturnType)
Apache Camel