java.lang.Object
org.activiti.cloud.services.notifications.graphql.ws.util.QueryParameters

public class QueryParameters extends Object
  • Constructor Details

    • QueryParameters

      public QueryParameters()
  • Method Details

    • getQuery

      public String getQuery()
    • getOperationName

      public String getOperationName()
    • getVariables

      public Map<String,Object> 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.JsonParseException
      com.fasterxml.jackson.databind.JsonMappingException
      IOException
    • 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.JsonParseException
      com.fasterxml.jackson.databind.JsonMappingException
      IOException