阅读背景:

使用jackson的ObjectMapper json转object_bellus

来源:互联网 


json 转 List<User>

CollectionType collectionType = MAPPER.getTypeFactory().constructCollectionType(ArrayList.class, GroupUser.class);
		//the sieze of the list is dependon the str json length although the json content is not the POJO type maybe
	ArrayList<GroupUser> groupUsers = MAPPER.readValue(res, collectionType);CollectionType colle



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: