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

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

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


Constructor Summary
FolderWriter.JSONArrayPutter()
           
FolderWriter.JSONArrayPutter(org.json.JSONArray jsonArray)
           
 
Method Summary
 void put(java.lang.String key, java.lang.Object value)
           
 FolderWriter.JSONArrayPutter setJSONArray(org.json.JSONArray jsonArray)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderWriter.JSONArrayPutter

public FolderWriter.JSONArrayPutter()

FolderWriter.JSONArrayPutter

public FolderWriter.JSONArrayPutter(org.json.JSONArray jsonArray)
Method Detail

setJSONArray

public FolderWriter.JSONArrayPutter setJSONArray(org.json.JSONArray jsonArray)

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