Interface ObjectNotationWriterInMemory<T,K,V>
- Type Parameters:
T- The object type of the product of a write operation. E.g. JsonElement.K- The key type of the object notation. Usually String but could be e.g. pairs of IRI and direction.V- The value type of the object notation. E.g. JsonElement or Jena's Node.
- All Superinterfaces:
Flushable,ObjectNotationWriter<K,V>
- All Known Implementing Classes:
ObjectNotationWriterInMemoryWrapper,ObjectNotationWriterViaGon
-
Method Summary
Methods inherited from interface org.aksw.jenax.graphql.sparql.v2.io.ObjectNotationWriter
beginArray, beginObject, endArray, endObject, name, nullValue, value
-
Method Details
-
getProduct
T getProduct() -
clear
void clear()
-