public class JsonPathExpression
extends org.apache.camel.support.ExpressionAdapter
| Constructor and Description |
|---|
JsonPathExpression(String expression) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(org.apache.camel.Exchange exchange) |
Class<?> |
getResultType() |
void |
setResultType(Class<?> resultType) |
String |
toString() |
public JsonPathExpression(String expression)
Apache Camel