Class PropertyFunctionFactoryJsonUnnest

java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.json.PropertyFunctionFactoryJsonUnnest
All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunctionFactory

public class PropertyFunctionFactoryJsonUnnest extends Object implements org.apache.jena.sparql.pfunction.PropertyFunctionFactory
{ Bind("['foo', 'bar']"^^xsd:json As ?json) ?json json:array ?items. }
Author:
raven
  • Field Details

    • gson

      protected com.google.gson.Gson gson
  • Constructor Details

    • PropertyFunctionFactoryJsonUnnest

      public PropertyFunctionFactoryJsonUnnest()
    • PropertyFunctionFactoryJsonUnnest

      public PropertyFunctionFactoryJsonUnnest(com.google.gson.Gson gson)
  • Method Details

    • create

      public org.apache.jena.sparql.pfunction.PropertyFunction create(String uri)
      Specified by:
      create in interface org.apache.jena.sparql.pfunction.PropertyFunctionFactory