public class Queries extends Object
| Constructor and Description |
|---|
Queries() |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.application.geoportal.common.model.rest.QueryRequest |
parse(String json) |
static org.gcube.application.geoportal.common.model.rest.QueryRequest |
read(InputStream is) |
static org.gcube.application.geoportal.common.model.rest.QueryRequest |
readFile(File jsonFile) |
static org.gcube.application.geoportal.common.model.rest.QueryRequest |
readPath(String jsonFilePath) |
public static org.gcube.application.geoportal.common.model.rest.QueryRequest parse(String json) throws IOException
IOExceptionpublic static org.gcube.application.geoportal.common.model.rest.QueryRequest readPath(String jsonFilePath) throws IOException
IOExceptionpublic static org.gcube.application.geoportal.common.model.rest.QueryRequest readFile(File jsonFile) throws IOException
IOExceptionpublic static org.gcube.application.geoportal.common.model.rest.QueryRequest read(InputStream is) throws IOException
IOExceptionCopyright © 2022. All Rights Reserved.