-
public interface BundleJSONConverter.Setter
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetOnBundle(Bundle bundle, String key, Object value)abstract UnitsetOnJSON(JSONObject json, String key, Object value)-
-
Method Detail
-
setOnBundle
abstract Unit setOnBundle(Bundle bundle, String key, Object value)
-
setOnJSON
abstract Unit setOnJSON(JSONObject json, String key, Object value)
-
-
-
-