| Package | Description |
|---|---|
| org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
| org.apache.synapse.mediators.eip |
| Modifier and Type | Method and Description |
|---|---|
SynapseJsonPath |
ValueFactory.createSynJsonPath(String key)
Create synapse jsonpath expression
|
static SynapseJsonPath |
SynapseJsonPathFactory.getSynapseJsonPath(String jsonPathExpression) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.JsonElement |
EIPUtils.getJSONElement(MessageContext messageContext,
SynapseJsonPath jsonPath)
Evaluate JSON path and retrieve the result as JsonElement.
|
static com.google.gson.JsonElement |
EIPUtils.getJSONObjectAsElement(MessageContext messageContext,
SynapseJsonPath jsonPath)
Evaluate JSON path and retrieve the result as JsonElement while checking if the evaluated results are
nothing other than JSON objects.
|
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.