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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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
- Specified by:
createin interfaceorg.apache.jena.sparql.pfunction.PropertyFunctionFactory
-