public class JsDateJsonValueProcessor extends java.lang.Object implements JsonValueProcessor
Constructor and Description |
---|
JsDateJsonValueProcessor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
processArrayValue(java.lang.Object value,
JsonConfig jsonConfig)
Processes the value an returns a suitable JSON value.
|
java.lang.Object |
processObjectValue(java.lang.String key,
java.lang.Object value,
JsonConfig jsonConfig)
Processes the value an returns a suitable JSON value.
|
public java.lang.Object processArrayValue(java.lang.Object value, JsonConfig jsonConfig)
JsonValueProcessor
processArrayValue
in interface JsonValueProcessor
value
- the input valuepublic java.lang.Object processObjectValue(java.lang.String key, java.lang.Object value, JsonConfig jsonConfig)
JsonValueProcessor
processObjectValue
in interface JsonValueProcessor
key
- the name of the propertyvalue
- the value of the propertyCopyright © 2006-2013 Json-lib. All Rights Reserved.