public class JsDateJsonBeanProcessor extends Object implements JsonBeanProcessor
{
"minutes": 13,
"seconds": 14,
"hours": 12,
"month": 5,
"year": 2007,
"day": 17,
"milliseconds": 150
}
| Constructor and Description |
|---|
JsDateJsonBeanProcessor() |
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
processBean(Object bean,
JsonConfig jsonConfig)
Processes the input bean into a compatible JsDate.
|
public JSONObject processBean(Object bean, JsonConfig jsonConfig)
processBean in interface JsonBeanProcessorbean - the input beanjsonConfig - the current configuration environment