Uses of Interface
org.aksw.jenax.graphql.sparql.v2.io.ObjectNotationWriterInMemory
Packages that use ObjectNotationWriterInMemory
Package
Description
-
Uses of ObjectNotationWriterInMemory in org.aksw.jenax.graphql.sparql.v2.exec.api.low
Fields in org.aksw.jenax.graphql.sparql.v2.exec.api.low declared as ObjectNotationWriterInMemoryModifier and TypeFieldDescriptionprotected ObjectNotationWriterInMemory<T,K, org.apache.jena.graph.Node> GraphQlFieldExecIterator.writerMethods in org.aksw.jenax.graphql.sparql.v2.exec.api.low with parameters of type ObjectNotationWriterInMemoryModifier and TypeMethodDescriptiondefault <T> Iterator<T>GraphQlFieldExec.asIterator(ObjectNotationWriterInMemory<T, K, org.apache.jena.graph.Node> inMemoryWriter) Return an iterator over objects based onGraphQlFieldExec.sendNextItemToWriter(ObjectNotationWriter).Constructors in org.aksw.jenax.graphql.sparql.v2.exec.api.low with parameters of type ObjectNotationWriterInMemoryModifierConstructorDescriptionGraphQlFieldExecIterator(GraphQlFieldExec<K> exec, ObjectNotationWriterInMemory<T, K, org.apache.jena.graph.Node> writer) -
Uses of ObjectNotationWriterInMemory in org.aksw.jenax.graphql.sparql.v2.io
Classes in org.aksw.jenax.graphql.sparql.v2.io that implement ObjectNotationWriterInMemoryModifier and TypeClassDescriptionclassCombines a writer for the generic types K, V with an in memory sink for an object notation Java type T (e.g.classObjectNotationWriterViaGon<T,K, V> Writer with an in-memory destination.Fields in org.aksw.jenax.graphql.sparql.v2.io declared as ObjectNotationWriterInMemoryModifier and TypeFieldDescriptionprotected ObjectNotationWriterInMemory<T,?, ?> ObjectNotationWriterInMemoryWrapper.inMemorySinkMethods in org.aksw.jenax.graphql.sparql.v2.io that return ObjectNotationWriterInMemoryModifier and TypeMethodDescriptionstatic <T,V> ObjectNotationWriterInMemory<T, org.apache.jena.sparql.path.P_Path0, org.apache.jena.graph.Node> GraphQlIoBridge.bridgeRonToJsonInMemory(GonProviderApi<T, String, V> jsonProvider) static ObjectNotationWriterInMemory<RdfElement,org.apache.jena.sparql.path.P_Path0, org.apache.jena.graph.Node> GraphQlIoBridge.bridgeRonToRdfElement()static <T,V> ObjectNotationWriterInMemory<T, String, org.apache.jena.graph.Node> GraphQlIoBridge.bridgeToJsonInMemory(GonProviderApi<T, String, V> jsonProvider) Constructors in org.aksw.jenax.graphql.sparql.v2.io with parameters of type ObjectNotationWriterInMemoryModifierConstructorDescriptionObjectNotationWriterInMemoryWrapper(ObjectNotationWriter<K, V> delegate, ObjectNotationWriterInMemory<T, ?, ?> inMemorySink)