Class ObjectNotationWriterInMemoryWrapper<T,K,V>

java.lang.Object
org.aksw.jenax.graphql.sparql.v2.io.ObjectNotationWriterInMemoryWrapper<T,K,V>
All Implemented Interfaces:
Flushable, ObjectNotationWriter<K,V>, ObjectNotationWriterInMemory<T,K,V>, ObjectNotationWriterWrapper<K,V>

public class ObjectNotationWriterInMemoryWrapper<T,K,V> extends Object implements ObjectNotationWriterWrapper<K,V>, 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. JsonElement). This classes exposes this setup as an ObjectNotationWriterInMemory.