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 Detail

      • createExpression

        org.apache.camel.Expression createExpression​(org.apache.camel.CamelContext camelContext,
                                                     Annotation annotation,
                                                     LanguageAnnotation languageAnnotation,
                                                     Class<?> expressionReturnType)