Class QueryParameters
java.lang.Object
org.activiti.cloud.services.notifications.graphql.ws.util.QueryParameters
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueryParameters
public QueryParameters()
-
-
Method Details
-
getQuery
-
getOperationName
-
getVariables
-
from
public static QueryParameters from(String queryMessage) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException - Throws:
com.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOException
-
from
public static QueryParameters from(Map<String, Object> json) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException- Throws:
com.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOException
-