Interface JsonObjectParser<T>
-
- Type Parameters:
T
- parsing result type.
public interface JsonObjectParser<T>
Json object parser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
parse(org.json.JSONObject input)
-
-
-
Method Detail
-
parse
T parse(org.json.JSONObject input) throws org.json.JSONException
- Throws:
org.json.JSONException
-
-