net.minidev.json
Class JSONUtil

java.lang.Object
  extended by net.minidev.json.JSONUtil

public class JSONUtil
extends Object

Author:
Uriel Chemouni

Constructor Summary
JSONUtil()
           
 
Method Summary
static String getGetterName(String key)
           
static String getIsName(String key)
           
static String getSetterName(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONUtil

public JSONUtil()
Method Detail

getSetterName

public static String getSetterName(String key)

getGetterName

public static String getGetterName(String key)

getIsName

public static String getIsName(String key)


Copyright © 2012 Chemouni Uriel. All Rights Reserved.