|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JsonValueProcessor
Base interface for custom serialization per property.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object processArrayValue(Object value, JsonConfig jsonConfig)
value
- the input value
JSONException
- if an error occurs during transformationObject processObjectValue(String key, Object value, JsonConfig jsonConfig)
key
- the name of the propertyvalue
- the value of the property
JSONException
- if an error occurs during transformation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |