Class SPARQLJSONOptions


  • public final class SPARQLJSONOptions
    extends java.lang.Object

    Options for reading and writing SPARQL/JSON

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Option<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 
      Constructor Description
      SPARQLJSONOptions()
      No instances
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • JSONP_CALLBACK

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

        Defaults to `callback`.

    • Constructor Detail

      • SPARQLJSONOptions

        public SPARQLJSONOptions()
        No instances