Uses of Interface
org.apache.camel.Expression
Packages that use Expression
-
Uses of Expression in org.apache.camel
Subinterfaces of Expression in org.apache.camelModifier and TypeInterfaceDescriptioninterfaceMarker for anExpressionwhose value is a compile-time or configuration-time constant.Methods in org.apache.camel that return ExpressionModifier and TypeMethodDescriptionExpressionFactory.createExpression(CamelContext camelContext) Creates an expression@Nullable 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(@Nullable Expression expression, String message, @Nullable Exchange exchange, @Nullable Throwable cause) ExpressionEvaluationException(@Nullable Expression expression, @Nullable Exchange exchange, @Nullable 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 ExpressionLanguage.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.@Nullable ExpressionSimpleLanguageFunctionFactory.createFunction(CamelContext camelContext, String function, int index) Creates theExpressionthat performs the function.@Nullable ExpressionSimpleFunctionRegistry.getFunction(String name) Gets the function (will resolve custom functions from registry)Methods in org.apache.camel.spi with parameters of type ExpressionModifier and TypeMethodDescriptionvoidSimpleFunctionRegistry.addFunction(String name, Expression expression) Add a custom simple function