Class JoorAnnotationExpressionFactory

java.lang.Object
org.apache.camel.support.language.DefaultAnnotationExpressionFactory
org.apache.camel.language.joor.JoorAnnotationExpressionFactory
All Implemented Interfaces:
org.apache.camel.support.language.AnnotationExpressionFactory

public class JoorAnnotationExpressionFactory extends org.apache.camel.support.language.DefaultAnnotationExpressionFactory
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.camel.Expression
    createExpression(org.apache.camel.CamelContext camelContext, Annotation annotation, org.apache.camel.support.language.LanguageAnnotation languageAnnotation, Class<?> expressionReturnType)
     

    Methods inherited from class org.apache.camel.support.language.DefaultAnnotationExpressionFactory

    getAnnotationObjectValue, getExpressionFromAnnotation

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JoorAnnotationExpressionFactory

      public JoorAnnotationExpressionFactory()
  • Method Details

    • createExpression

      public org.apache.camel.Expression createExpression(org.apache.camel.CamelContext camelContext, Annotation annotation, org.apache.camel.support.language.LanguageAnnotation languageAnnotation, Class<?> expressionReturnType)
      Specified by:
      createExpression in interface org.apache.camel.support.language.AnnotationExpressionFactory
      Overrides:
      createExpression in class org.apache.camel.support.language.DefaultAnnotationExpressionFactory