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 beanjsonConfig - the current configuration environmentJSONException - if an error occurs during transformationCopyright © 2006-2013 Json-lib. All Rights Reserved.