com.openexchange.mail.json.writer
Interface FolderWriter.JSONValuePutter

All Known Implementing Classes:
FolderWriter.JSONArrayPutter, FolderWriter.JSONObjectPutter
Enclosing class:
FolderWriter

public static interface FolderWriter.JSONValuePutter


Method Summary
 void put(java.lang.String key, java.lang.Object value)
           
 

Method Detail

put

void put(java.lang.String key,
         java.lang.Object value)
         throws org.json.JSONException
Throws:
org.json.JSONException