Package com.stardog.stark.query.io.json
Class SPARQLJSONOptions
java.lang.Object
com.stardog.stark.query.io.json.SPARQLJSONOptions
Options for reading and writing SPARQL/JSON
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies a callback function name for wrapping JSON results to support the JSONP cross-origin request methodology. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JSONP_CALLBACK
Specifies a callback function name for wrapping JSON results to support the JSONP cross-origin request methodology.Defaults to `callback`.
-
-
Constructor Details
-
SPARQLJSONOptions
public SPARQLJSONOptions()No instances
-