Uses of Class
cn.leancloud.json.TypeReference
Packages that use TypeReference
-
Uses of TypeReference in cn.leancloud.gson
Methods in cn.leancloud.gson with parameters of type TypeReferenceModifier and TypeMethodDescription<T> TGsonObject.getObject(String key, TypeReference typeReference) <T> TGSONParser.parseObject(String text, TypeReference<T> type) -
Uses of TypeReference in cn.leancloud.json
Methods in cn.leancloud.json with parameters of type TypeReferenceModifier and TypeMethodDescriptionabstract <T> TJSONObject.getObject(String key, TypeReference typeReference) static <T> TJSON.parseObject(String text, TypeReference<T> type) <T> TJSONParser.parseObject(String text, TypeReference<T> type)