net.sf.json.processors
public interface JsonBeanProcessor
Modifier and Type | Method and Description |
---|---|
JSONObject |
processBean(java.lang.Object bean,
JsonConfig jsonConfig)
Processes the bean an returns a suitable JSONObject representation.
|
JSONObject processBean(java.lang.Object bean, JsonConfig jsonConfig)
bean
- the input beanJSONException
- if an error occurs during transformationCopyright © 2006-2014 Json-lib. All Rights Reserved.