Uses of Class
com.alibaba.fastjson.TypeReference
Packages that use TypeReference
-
Uses of TypeReference in com.alibaba.fastjson
Methods in com.alibaba.fastjson with parameters of type TypeReferenceModifier and TypeMethodDescription<T> TJSONObject.getObject(String key, TypeReference typeReference) static <T> TJSON.parseObject(String str, TypeReference<T> typeReference, Feature... features) <T> TJSON.toJavaObject(TypeReference<T> typeReference)