Package org.aksw.jenax.io.json.writer
Interface ObjectNotationWriterEmbed<K,V>
- All Superinterfaces:
Flushable,ObjectNotationWriter<K,V>
Deprecated.
Writer with support for embedding values.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionembedValue(V value, ObjectNotationWriterEmbed.EmbedFailurePolicy failurePolicy) Deprecated.Methods inherited from interface org.aksw.jenax.io.json.writer.ObjectNotationWriter
beginArray, beginObject, endArray, endObject, name, nullValue, value
-
Method Details
-
embedValue
ObjectNotationWriter<K,V> embedValue(V value, ObjectNotationWriterEmbed.EmbedFailurePolicy failurePolicy) throws IOException Deprecated.- Throws:
IOException
-