Class CypherUtils
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.utils.CypherUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<TableRecord>
This method parses a JSON response obtained from a Neo4j HTTP server into a list of POJOsstatic Object
replaceVariable
(Map<CypherVar, CypherVar> equivalences, CypherExpression ex)
-
Constructor Details
-
CypherUtils
public CypherUtils()
-
-
Method Details
-
parse
public static List<TableRecord> parse(String body) throws com.fasterxml.jackson.core.JsonProcessingException, Neo4jException This method parses a JSON response obtained from a Neo4j HTTP server into a list of POJOs- Throws:
com.fasterxml.jackson.core.JsonProcessingException
- if the received body is not valid JSONNeo4jException
- if the server responds with an error object
-
replaceVariable
-