JsonValueProcessorpublic 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)
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 propertyCopyright © 2006–2019 Json-lib. All rights reserved.