Class Hl7TerserAnnotationExpressionFactory

java.lang.Object
org.apache.camel.support.language.DefaultAnnotationExpressionFactory
org.apache.camel.component.hl7.Hl7TerserAnnotationExpressionFactory
All Implemented Interfaces:
org.apache.camel.support.language.AnnotationExpressionFactory

public class Hl7TerserAnnotationExpressionFactory extends org.apache.camel.support.language.DefaultAnnotationExpressionFactory
Factory for the HL7 terser expression annotations.
  • Constructor Details

    • Hl7TerserAnnotationExpressionFactory

      public Hl7TerserAnnotationExpressionFactory()
  • 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
    • getResultType

      protected Class<?> getResultType(Annotation annotation)
    • getSource

      protected String getSource(Annotation annotation)