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