Uses of Interface
org.aksw.jenax.graphql.sparql.v2.io.RdfObjectNotationWriter
Packages that use RdfObjectNotationWriter
Package
Description
-
Uses of RdfObjectNotationWriter in org.aksw.jenax.graphql.sparql.v2.acc.state.api
Methods in org.aksw.jenax.graphql.sparql.v2.acc.state.api that return RdfObjectNotationWriterMethods in org.aksw.jenax.graphql.sparql.v2.acc.state.api with parameters of type RdfObjectNotationWriterModifier and TypeMethodDescriptionstatic AccContextRdfAccContext.serializing(RdfObjectNotationWriter writer) Constructors in org.aksw.jenax.graphql.sparql.v2.acc.state.api with parameters of type RdfObjectNotationWriterModifierConstructorDescriptionAccContextRdf(RdfObjectNotationWriter writer, boolean materialize, boolean serialize) -
Uses of RdfObjectNotationWriter in org.aksw.jenax.graphql.sparql.v2.io
Classes in org.aksw.jenax.graphql.sparql.v2.io that implement RdfObjectNotationWriterMethods in org.aksw.jenax.graphql.sparql.v2.io that return RdfObjectNotationWriterModifier and TypeMethodDescriptionRdfObjectNotationWriterViaJson.beginArray()RdfObjectNotationWriterViaJson.beginObject()RdfObjectNotationWriterViaJson.endArray()RdfObjectNotationWriterViaJson.endObject()RdfObjectNotationWriterViaJson.name(org.apache.jena.sparql.path.P_Path0 name) RdfObjectNotationWriter.nullValue()RdfObjectNotationWriterViaJson.nullValue()RdfObjectNotationWriterViaJson.value(org.apache.jena.graph.Node value)