Uses of Class
org.apache.camel.support.language.LanguageAnnotation
-
Packages that use LanguageAnnotation Package Description org.apache.camel.support.language Base classes that help to implement custom languages -
-
Uses of LanguageAnnotation in org.apache.camel.support.language
Methods in org.apache.camel.support.language with parameters of type LanguageAnnotation Modifier and Type Method Description org.apache.camel.ExpressionAnnotationExpressionFactory. createExpression(org.apache.camel.CamelContext camelContext, Annotation annotation, LanguageAnnotation languageAnnotation, Class<?> expressionReturnType)org.apache.camel.ExpressionDefaultAnnotationExpressionFactory. createExpression(org.apache.camel.CamelContext camelContext, Annotation annotation, LanguageAnnotation languageAnnotation, Class<?> expressionReturnType)
-