|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostJSONDeserializable
If the application developer wants a hook to alter the object after the deserialization process in JSONBeanSerializationHelper.fromJSON(), he can implement PostJSONDeserializable interface and add his custom code in PostJSONDeserializable.modifyObject(). One example of this is: Deserializing of JSON into private setters or something else
Method Summary | |
---|---|
Object |
modifyObject(oracle.adfmf.json.JSONObject jsonObj)
Method to add custom code to alter the Object after the deserialization process in JSONBeanSerializationHelper.fromJSON() |
Method Detail |
---|
Object modifyObject(oracle.adfmf.json.JSONObject jsonObj) throws Exception
jsonObj
- JSON Object to be altered
Exception
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |