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)
JsonValueProcessor
processArrayValue
in interface JsonValueProcessor
value
- the input valuepublic Object processObjectValue(String key, Object value, JsonConfig jsonConfig)
JsonValueProcessor
processObjectValue
in interface JsonValueProcessor
key
- the name of the propertyvalue
- the value of the property