Uses of Interface
org.apache.camel.Expression
Packages that use Expression
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of Expression in org.apache.camel
Subinterfaces of Expression in org.apache.camelModifier and TypeInterfaceDescriptioninterface
Marked if theExpression
orPredicate
is based from a constant value (ie is static).Methods in org.apache.camel that return ExpressionModifier and TypeMethodDescriptionExpressionFactory.createExpression
(CamelContext camelContext) Creates an expressionExpressionEvaluationException.getExpression()
BinaryPredicate.getLeft()
Gets the left hand side expressionBinaryPredicate.getRight()
Gets the right hand side expressionConstructors in org.apache.camel with parameters of type ExpressionModifierConstructorDescriptionExpressionEvaluationException
(Expression expression, String message, Exchange exchange, Throwable cause) ExpressionEvaluationException
(Expression expression, Exchange exchange, Throwable cause) -
Uses of Expression in org.apache.camel.spi
Methods in org.apache.camel.spi that return ExpressionModifier and TypeMethodDescriptionLanguage.createExpression
(String expression) Creates an expression based on only the given string inputdefault Expression
Language.createExpression
(String expression, Object[] properties) Creates an expression based on the input with propertiesModelReifierFactory.createExpression
(CamelContext camelContext, Object expressionDefinition) Creates the expression from the model.SimpleLanguageFunctionFactory.createFunction
(CamelContext camelContext, String function, int index) Creates theExpression
that performs the function.