Uses of Class
org.apache.synapse.util.xpath.SynapseJsonPath
-
Packages that use SynapseJsonPath Package Description org.apache.synapse.config.xml Factories and serializers for XML based configuration.org.apache.synapse.mediators.eip -
-
Uses of SynapseJsonPath in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return SynapseJsonPath Modifier and Type Method Description SynapseJsonPath
ValueFactory. createSynJsonPath(String key)
Create synapse jsonpath expressionstatic SynapseJsonPath
SynapseJsonPathFactory. getSynapseJsonPath(String jsonPathExpression)
-
Uses of SynapseJsonPath in org.apache.synapse.mediators.eip
Methods in org.apache.synapse.mediators.eip with parameters of type SynapseJsonPath Modifier and Type Method 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.
-