Class QueryParser
- java.lang.Object
-
- org.apache.sling.graphql.core.servlet.QueryParser
-
public class QueryParser extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.sling.graphql.core.servlet.QueryParser.ResultfromJSON(String json)static @Nullable org.apache.sling.graphql.core.servlet.QueryParser.ResultfromRequest(@NotNull org.apache.sling.api.SlingHttpServletRequest request)
-
-
-
Method Detail
-
fromRequest
@Nullable public static @Nullable org.apache.sling.graphql.core.servlet.QueryParser.Result fromRequest(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request) throws IOException- Throws:
IOException
-
fromJSON
public static org.apache.sling.graphql.core.servlet.QueryParser.Result fromJSON(String json) throws IOException
- Throws:
IOException
-
-