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 |
|---|---|
org.apache.camel.Expression |
createExpression(org.apache.camel.CamelContext camelContext,
Annotation annotation,
LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType) |
org.apache.camel.Expression createExpression(org.apache.camel.CamelContext camelContext,
Annotation annotation,
LanguageAnnotation languageAnnotation,
Class<?> expressionReturnType)
Apache Camel