Package org.eclipse.rdf4j.query.resultio
Class BasicQueryWriterSettings
java.lang.Object
org.eclipse.rdf4j.query.resultio.BasicQueryWriterSettings
RioSetting
constants to use with QueryResultWriter
s.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RioSetting
<Boolean> Specifies whether the writer should add the proprietary "http://www.openrdf.org/schema/qname#qname" annotations to output.static final RioSetting
<String> Specifies a callback function name for wrapping JSON results to support the JSONP cross-origin request methodology. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ADD_SESAME_QNAME
Specifies whether the writer should add the proprietary "http://www.openrdf.org/schema/qname#qname" annotations to output.Defaults to false.
-
JSONP_CALLBACK
Specifies a callback function name for wrapping JSON results to support the JSONP cross-origin request methodology.Defaults to "sesamecallback".
-
-
Constructor Details
-
BasicQueryWriterSettings
private BasicQueryWriterSettings()Private default constructor
-