org.exoplatform.json
Class ReflectToJSONPlugin

java.lang.Object
  extended by org.exoplatform.json.BeanToJSONPlugin<java.lang.Object>
      extended by org.exoplatform.json.ReflectToJSONPlugin

public class ReflectToJSONPlugin
extends BeanToJSONPlugin<java.lang.Object>

Created by The eXo Platform SARL Author : Le Bien Thuy lebienthuy@gmail.com Mar 23, 2007


Field Summary
 
Fields inherited from class org.exoplatform.json.BeanToJSONPlugin
dateFormat_, service_
 
Constructor Summary
ReflectToJSONPlugin()
           
 
Method Summary
 void toJSONScript(java.lang.Object object, java.lang.StringBuilder builder, int indentLevel)
           
 
Methods inherited from class org.exoplatform.json.BeanToJSONPlugin
appendIndentation, encode, isCharacterType, isDateType, isPrimitiveType, setDateFormat, setService, toDateValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectToJSONPlugin

public ReflectToJSONPlugin()
Method Detail

toJSONScript

public void toJSONScript(java.lang.Object object,
                         java.lang.StringBuilder builder,
                         int indentLevel)
                  throws java.lang.Exception
Specified by:
toJSONScript in class BeanToJSONPlugin<java.lang.Object>
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.