JsonValueProcessor
public class JsDateJsonValueProcessor extends Object implements JsonValueProcessor
Constructor | Description |
---|---|
JsDateJsonValueProcessor() |
Modifier and Type | Method | 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 propertyCopyright © 2006–2019 Json-lib. All rights reserved.