Package org.aksw.jenax.graphql.sparql.v2.io
package org.aksw.jenax.graphql.sparql.v2.io
-
ClassDescriptionMethods to create sinks for use with
GraphQlExec.sendNextItemToWriter(ObjectNotationWriter).Utils to configure a graphql processor from JSON.The motivation for this abstraction was to have a JsonWriter which can assemble JsonObjects.ObjectNotationWriter<K,V> Object notation writers support objects (aka "associative arrays", "dictionaries", "maps") and arrays.Deprecated.ObjectNotationWriterExt<K,V, X extends ObjectNotationWriterExt<K, V, X>> ObjectNotationWriterInMemory<T,K, V> Combines a writer for the generic types K, V with an in memory sink for an object notation Java type T (e.g.ObjectNotationWriterMapper<KI,KO, VI, VO> ObjectNotationWriterMapperImpl<KI,KO, VI, VO> ObjectNotationWriterViaGon<T,K, V> Writer with an in-memory destination.