public class SynapseJsonPathFactory extends Object
Modifier and Type | Method and Description |
---|---|
org.apache.synapse.util.xpath.SynapseJsonPath |
createSynapseJsonPath(String id,
javax.servlet.http.HttpServletRequest request)
Generate a JSON path instance from HTTP request.
|
org.apache.synapse.util.xpath.SynapseJsonPath |
createSynapseJsonPath(String id,
String source) |
static SynapseJsonPathFactory |
getInstance() |
public static SynapseJsonPathFactory getInstance()
public org.apache.synapse.util.xpath.SynapseJsonPath createSynapseJsonPath(String id, javax.servlet.http.HttpServletRequest request)
id
- id of the parameterrequest
- http requestCopyright © 2022 WSO2. All rights reserved.