public class JsDateJsonValueProcessor extends Object implements JsonValueProcessor
| Constructor and Description |
|---|
JsDateJsonValueProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
processArrayValue(Object value,
JsonConfig jsonConfig)
Processes the value an returns a suitable JSON value.
|
Object |
processObjectValue(String key,
Object value,
JsonConfig jsonConfig)
Processes the value an returns a suitable JSON value.
|
public Object processArrayValue(Object value, JsonConfig jsonConfig)
JsonValueProcessorprocessArrayValue in interface JsonValueProcessorvalue - the input valuepublic Object processObjectValue(String key, Object value, JsonConfig jsonConfig)
JsonValueProcessorprocessObjectValue in interface JsonValueProcessorkey - the name of the propertyvalue - the value of the property