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 Tparse(org.json.JSONObject input)
-
-
-
Method Detail
-
parse
T parse(org.json.JSONObject input) throws org.json.JSONException
- Throws:
org.json.JSONException
-
-