net.sf.json.JsonConfig.clearPropertyNameProcessors()
use clearJavaPropertyNameProcessors() instead
|
net.sf.json.JsonConfig.findPropertyNameProcessor(Class)
use findJavaPropertyNameProcessor() instead
|
net.sf.json.JsonConfig.getPropertyNameProcessorMatcher()
use getJavaPropertyNameProcessorMatcher() instead
|
net.sf.json.JsonConfig.registerPropertyNameProcessor(Class, PropertyNameProcessor)
use registerJavaPropertyNameProcessor() instead
|
net.sf.json.JsonConfig.setPropertyNameProcessorMatcher(PropertyNameProcessorMatcher)
use setJavaPropertyNameProcessorMatcher() instead
|
net.sf.json.JSONArray.toList(JSONArray)
replaced by toCollection
|
net.sf.json.JSONArray.toList(JSONArray, Class)
replaced by toCollection
|
net.sf.json.JSONArray.toList(JSONArray, Class, Map)
replaced by toCollection
|
net.sf.json.JSONArray.toList(JSONArray, JsonConfig)
replaced by toCollection
|
net.sf.json.JsonConfig.unregisterPropertyNameProcessor(Class)
use unregisterJavaPropertyNameProcessor() instead
|