public class JoorExpression
extends org.apache.camel.support.ExpressionAdapter
| Constructor and Description |
|---|
JoorExpression(String text) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(org.apache.camel.Exchange exchange) |
JoorCompiler |
getCompiler() |
Class<?> |
getResultType() |
void |
init(org.apache.camel.CamelContext context) |
boolean |
isPreCompile() |
boolean |
isSingleQuotes() |
void |
setCompiler(JoorCompiler compiler) |
void |
setPreCompile(boolean preCompile) |
void |
setResultType(Class<?> resultType) |
void |
setSingleQuotes(boolean singleQuotes) |
String |
toString() |
assertionFailureMessage, evaluatepublic JoorExpression(String text)
public JoorCompiler getCompiler()
public void setCompiler(JoorCompiler compiler)
public boolean isPreCompile()
public void setPreCompile(boolean preCompile)
public Class<?> getResultType()
public void setResultType(Class<?> resultType)
public boolean isSingleQuotes()
public void setSingleQuotes(boolean singleQuotes)
public Object evaluate(org.apache.camel.Exchange exchange)
evaluate in class org.apache.camel.support.ExpressionSupportpublic void init(org.apache.camel.CamelContext context)
init in interface org.apache.camel.Expressioninit in interface org.apache.camel.Predicateinit in class org.apache.camel.support.ExpressionAdapterApache Camel