public interface Language
Expression or Predicate instances| Modifier and Type | Method and Description |
|---|---|
Expression |
createExpression(String expression)
Creates an expression based on the given string input
|
Predicate |
createPredicate(String expression)
Creates a predicate based on the given string input
|
Predicate createPredicate(String expression)
expression - the expressionExpression createExpression(String expression)
expression - the expression as a string inputApache Camel