Package org.aksw.jena_sparql_api.shape
Class ResourceShapeParserImpl
java.lang.Object
org.aksw.jena_sparql_api.shape.ResourceShapeParserImpl
- All Implemented Interfaces:
com.google.common.base.Function<String,,ResourceShape> Function<String,,ResourceShape> ResourceShapeParser
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResourceShapeParserImpl(org.apache.jena.sparql.core.Prologue prologue, com.google.gson.Gson gson) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
prologue
protected org.apache.jena.sparql.core.Prologue prologue -
gson
protected com.google.gson.Gson gson
-
-
Constructor Details
-
ResourceShapeParserImpl
public ResourceShapeParserImpl(org.apache.jena.sparql.core.Prologue prologue, com.google.gson.Gson gson)
-
-
Method Details
-
apply
- Specified by:
applyin interfacecom.google.common.base.Function<String,ResourceShape> - Specified by:
applyin interfaceFunction<String,ResourceShape>
-