Verwendungen von Schnittstelle
de.coho04.githubapi.interfaces.JSONHelper.JSONToObject
Packages, die JSONHelper.JSONToObject verwenden
-
Verwendungen von JSONHelper.JSONToObject in de.coho04.githubapi.interfaces
Methoden in de.coho04.githubapi.interfaces mit Parametern vom Typ JSONHelper.JSONToObjectModifizierer und TypMethodeBeschreibungdefault <T> List<T> JSONHelper.getArrayOrNull(org.json.JSONObject jsonObject, String key, JSONHelper.JSONToObject<T> factory) Returns a list of objects of type T, created from a JSON array in the JSON object using the provided factory method.