com.openexchange.mail.json.writer
Class FolderWriter.JSONObjectPutter

java.lang.Object
  extended by com.openexchange.mail.json.writer.FolderWriter.JSONObjectPutter
All Implemented Interfaces:
FolderWriter.JSONValuePutter
Enclosing class:
FolderWriter

public static final class FolderWriter.JSONObjectPutter
extends java.lang.Object
implements FolderWriter.JSONValuePutter


Constructor Summary
FolderWriter.JSONObjectPutter()
           
FolderWriter.JSONObjectPutter(org.json.JSONObject jsonObject)
           
 
Method Summary
 void put(java.lang.String key, java.lang.Object value)
           
 FolderWriter.JSONObjectPutter setJSONObject(org.json.JSONObject jsonObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderWriter.JSONObjectPutter

public FolderWriter.JSONObjectPutter()

FolderWriter.JSONObjectPutter

public FolderWriter.JSONObjectPutter(org.json.JSONObject jsonObject)
Method Detail

setJSONObject

public FolderWriter.JSONObjectPutter setJSONObject(org.json.JSONObject jsonObject)

put

public void put(java.lang.String key,
                java.lang.Object value)
         throws org.json.JSONException
Specified by:
put in interface FolderWriter.JSONValuePutter
Throws:
org.json.JSONException