net.sf.json.processors
public interface JsonValueProcessor
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.
|
java.lang.Object processArrayValue(java.lang.Object value, JsonConfig jsonConfig)
value
- the input valueJSONException
- if an error occurs during transformationjava.lang.Object processObjectValue(java.lang.String key, java.lang.Object value, JsonConfig jsonConfig)
key
- the name of the propertyvalue
- the value of the propertyJSONException
- if an error occurs during transformationCopyright © 2006-2014 Json-lib. All Rights Reserved.