Uses of Interface
io.github.coho04.githubapi.interfaces.JSONHelper.JSONToObject
Packages that use JSONHelper.JSONToObject
-
Uses of JSONHelper.JSONToObject in io.github.coho04.githubapi.interfaces
Methods in io.github.coho04.githubapi.interfaces with parameters of type JSONHelper.JSONToObjectModifier and TypeMethodDescriptiondefault <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.