Package org.aksw.jenax.io.json.writer
Class ObjectNotationWriterUtils
java.lang.Object
org.aksw.jenax.io.json.writer.ObjectNotationWriterUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> void sendToWriter(ObjectNotationWriter<K, V> writer, GonProvider<K, V> provider, Object obj) Send an object to the writer via a provider and value converter.
-
Constructor Details
-
ObjectNotationWriterUtils
public ObjectNotationWriterUtils()
-
-
Method Details
-
sendToWriter
public static <K,V> void sendToWriter(ObjectNotationWriter<K, V> writer, GonProvider<K, throws IOExceptionV> provider, Object obj) Send an object to the writer via a provider and value converter. /* If key/value conversion is needed, useObjectNotationWriterMapper.- Throws:
IOException
-