public interface PostJSONDeserializable
Modifier and Type | Method and Description |
---|---|
Object |
modifyObject(oracle.adfmf.json.JSONObject jsonObj)
Method to add custom code to alter the Object after the deserialization
process in JSONBeanSerializationHelper.fromJSON()
|
Object modifyObject(oracle.adfmf.json.JSONObject jsonObj) throws Exception
jsonObj
- JSON Object to be alteredException