public interface JsonQLExecuter
| Modifier and Type | Method and Description |
|---|---|
JRJsonNode |
selectNode(JRJsonNode contextNode,
JRJsonNode rootNode,
String expression) |
List<JRJsonNode> |
selectNodes(JRJsonNode rootNode,
String expression) |
List<JRJsonNode> selectNodes(JRJsonNode rootNode, String expression) throws JRException
JRExceptionJRJsonNode selectNode(JRJsonNode contextNode, JRJsonNode rootNode, String expression) throws JRException
JRExceptionCopyright © 2017. All rights reserved.