Interface ObjectNotationWriterExt<K,V,X extends ObjectNotationWriterExt<K,V,X>>
- All Superinterfaces:
Flushable,ObjectNotationWriter<K,V>
- All Known Subinterfaces:
JsonWriterGson,RdfObjectNotationWriter
- All Known Implementing Classes:
JsonWriterAdapter,RdfObjectNotationWriterViaJson
public interface ObjectNotationWriterExt<K,V,X extends ObjectNotationWriterExt<K,V,X>>
extends ObjectNotationWriter<K,V>
-
Method Summary
-
Method Details
-
beginArray
- Specified by:
beginArrayin interfaceObjectNotationWriter<K,V> - Throws:
IOException
-
endArray
- Specified by:
endArrayin interfaceObjectNotationWriter<K,V> - Throws:
IOException
-
beginObject
- Specified by:
beginObjectin interfaceObjectNotationWriter<K,V> - Throws:
IOException
-
endObject
- Specified by:
endObjectin interfaceObjectNotationWriter<K,V> - Throws:
IOException
-
name
- Specified by:
namein interfaceObjectNotationWriter<K,V> - Throws:
IOException
-
value
Description copied from interface:ObjectNotationWriterWrite a primitive value (should exclude null)- Specified by:
valuein interfaceObjectNotationWriter<K,V> - Throws:
IOException
-
nullValue
- Specified by:
nullValuein interfaceObjectNotationWriter<K,V> - Throws:
IOException
-