JsonBeanProcessor
public class JsDateJsonBeanProcessor extends Object implements JsonBeanProcessor
{ "minutes": 13, "seconds": 14, "hours": 12, "month": 5, "year": 2007, "day": 17, "milliseconds": 150 }
Constructor | Description |
---|---|
JsDateJsonBeanProcessor() |
Modifier and Type | Method | 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 JsonBeanProcessor
bean
- the input beanjsonConfig
- the current configuration environmentCopyright © 2006–2019 Json-lib. All rights reserved.