Uses of Interface
org.aksw.jenax.graphql.sparql.v2.io.ObjectNotationWriter
Packages that use ObjectNotationWriter
Package
Description
-
Uses of ObjectNotationWriter in org.aksw.jenax.graphql.sparql.v2.acc.state.api
Fields in org.aksw.jenax.graphql.sparql.v2.acc.state.api declared as ObjectNotationWriterModifier and TypeFieldDescriptionprotected ObjectNotationWriter<K,V> AccContext.writerThe writer for generalized object notation.Methods in org.aksw.jenax.graphql.sparql.v2.acc.state.api that return ObjectNotationWriterMethods in org.aksw.jenax.graphql.sparql.v2.acc.state.api with parameters of type ObjectNotationWriterModifier and TypeMethodDescriptionstatic <K,V> AccContext<K, V> AccContext.serializing(ObjectNotationWriter<K, V> writer) voidAccContext.setWriter(ObjectNotationWriter<K, V> writer) Constructors in org.aksw.jenax.graphql.sparql.v2.acc.state.api with parameters of type ObjectNotationWriterModifierConstructorDescriptionAccContext(ObjectNotationWriter<K, V> writer, boolean materialize, boolean serialize) -
Uses of ObjectNotationWriter in org.aksw.jenax.graphql.sparql.v2.exec.api.high
Methods in org.aksw.jenax.graphql.sparql.v2.exec.api.high with parameters of type ObjectNotationWriterModifier and TypeMethodDescriptionbooleanGraphQlExec.sendNextItemToWriter(ObjectNotationWriter<K, org.apache.jena.graph.Node> writer) longGraphQlExec.sendRemainingItemsToWriter(ObjectNotationWriter<K, org.apache.jena.graph.Node> writer) voidGraphQlResultWriterImpl.write(ObjectNotationWriter<String, org.apache.jena.graph.Node> writer, GraphQlExec exec) voidGraphQlExec.writeExtensions(ObjectNotationWriter<K, org.apache.jena.graph.Node> writer, Function<String, K> stringToKey) -
Uses of ObjectNotationWriter in org.aksw.jenax.graphql.sparql.v2.exec.api.low
Methods in org.aksw.jenax.graphql.sparql.v2.exec.api.low with parameters of type ObjectNotationWriterModifier and TypeMethodDescriptionbooleanGraphQlFieldExec.sendNextItemToWriter(ObjectNotationWriter<K, org.apache.jena.graph.Node> writer) Send the next item to the writer.booleanGraphQlFieldExecImpl.sendNextItemToWriter(ObjectNotationWriter<K, org.apache.jena.graph.Node> writer) longGraphQlFieldExec.sendRemainingItemsToWriter(ObjectNotationWriter<K, org.apache.jena.graph.Node> writer) This method is likely to be more efficient because it can use Iterator.forEachRemaining.longGraphQlFieldExecImpl.sendRemainingItemsToWriter(ObjectNotationWriter<K, org.apache.jena.graph.Node> writer) voidGraphQlFieldExec.writeExtensions(ObjectNotationWriter<K, org.apache.jena.graph.Node> writer, Function<String, K> stringToKey) Write out data for the extension block of a graphql response.voidGraphQlFieldExecImpl.writeExtensions(ObjectNotationWriter<K, org.apache.jena.graph.Node> writer, Function<String, K> stringToKey) -
Uses of ObjectNotationWriter in org.aksw.jenax.graphql.sparql.v2.io
Subinterfaces of ObjectNotationWriter in org.aksw.jenax.graphql.sparql.v2.ioModifier and TypeInterfaceDescriptioninterfaceThe motivation for this abstraction was to have a JsonWriter which can assemble JsonObjects.interfaceDeprecated.interfaceObjectNotationWriterExt<K,V, X extends ObjectNotationWriterExt<K, V, X>> interfaceObjectNotationWriterInMemory<T,K, V> interfaceObjectNotationWriterMapper<KI,KO, VI, VO> interfaceinterfaceClasses in org.aksw.jenax.graphql.sparql.v2.io that implement ObjectNotationWriterModifier and TypeClassDescriptionclassclassCombines a writer for the generic types K, V with an in memory sink for an object notation Java type T (e.g.classObjectNotationWriterMapperImpl<KI,KO, VI, VO> classObjectNotationWriterViaGon<T,K, V> Writer with an in-memory destination.classFields in org.aksw.jenax.graphql.sparql.v2.io declared as ObjectNotationWriterModifier and TypeFieldDescriptionprotected ObjectNotationWriter<K,V> ObjectNotationWriterInMemoryWrapper.delegateprotected ObjectNotationWriter<KO,VO> ObjectNotationWriterMapperImpl.delegateMethods in org.aksw.jenax.graphql.sparql.v2.io that return ObjectNotationWriterModifier and TypeMethodDescriptionObjectNotationWriter.beginArray()ObjectNotationWriterMapperImpl.beginArray()ObjectNotationWriterViaGon.beginArray()default ObjectNotationWriter<K,V> ObjectNotationWriterWrapper.beginArray()ObjectNotationWriter.beginObject()ObjectNotationWriterMapperImpl.beginObject()ObjectNotationWriterViaGon.beginObject()default ObjectNotationWriter<K,V> ObjectNotationWriterWrapper.beginObject()ObjectNotationWriterEmbed.embedValue(V value, ObjectNotationWriterEmbed.EmbedFailurePolicy failurePolicy) Deprecated.ObjectNotationWriter.endArray()ObjectNotationWriterMapperImpl.endArray()ObjectNotationWriterViaGon.endArray()default ObjectNotationWriter<K,V> ObjectNotationWriterWrapper.endArray()ObjectNotationWriter.endObject()ObjectNotationWriterMapperImpl.endObject()ObjectNotationWriterViaGon.endObject()default ObjectNotationWriter<K,V> ObjectNotationWriterWrapper.endObject()ObjectNotationWriterInMemoryWrapper.getDelegate()protected ObjectNotationWriter<KO,VO> ObjectNotationWriterMapperImpl.getDelegate()ObjectNotationWriterWrapper.getDelegate()default ObjectNotationWriter<K,V> ObjectNotationWriter.nullValue()ObjectNotationWriterMapperImpl.nullValue()ObjectNotationWriterViaGon.nullValue()default ObjectNotationWriter<K,V> ObjectNotationWriterWrapper.nullValue()Write a primitive value (should exclude null)Write a primitive value (should exclude null)default ObjectNotationWriter<K,V> Write a primitive value (should exclude null)Methods in org.aksw.jenax.graphql.sparql.v2.io with parameters of type ObjectNotationWriterModifier and TypeMethodDescriptionstatic <K,V> void ObjectNotationWriterUtils.sendToWriter(ObjectNotationWriter<K, V> writer, GonProvider<K, V> provider, Object obj) Send an object to the writer via a provider and value converter.Constructors in org.aksw.jenax.graphql.sparql.v2.io with parameters of type ObjectNotationWriterModifierConstructorDescriptionObjectNotationWriterInMemoryWrapper(ObjectNotationWriter<K, V> delegate, ObjectNotationWriterInMemory<T, ?, ?> inMemorySink) ObjectNotationWriterMapperImpl(ObjectNotationWriter<KO, VO> delegate, GonProvider<KO, VO> gonProvider, Function<? super KI, ? extends KO> keyMapper, Function<? super VI, ? extends Object> valueMapper)