Class BasicQueryWriterSettings

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static RioSetting<java.lang.Boolean> ADD_SESAME_QNAME
      Specifies whether the writer should add the proprietary "http://www.openrdf.org/schema/qname#qname" annotations to output.
      static RioSetting<java.lang.String> JSONP_CALLBACK
      Specifies a callback function name for wrapping JSON results to support the JSONP cross-origin request methodology.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BasicQueryWriterSettings()
      Private default constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ADD_SESAME_QNAME

        public static final RioSetting<java.lang.Boolean> 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

        public static final RioSetting<java.lang.String> JSONP_CALLBACK
        Specifies a callback function name for wrapping JSON results to support the JSONP cross-origin request methodology.

        Defaults to "sesamecallback".

    • Constructor Detail

      • BasicQueryWriterSettings

        private BasicQueryWriterSettings()
        Private default constructor