add FileFilter support

This commit is contained in:
Looly
2019-09-09 15:20:42 +08:00
parent e8964cb708
commit 7ca33d1602
3 changed files with 25 additions and 6 deletions

View File

@@ -310,7 +310,7 @@ public class JSONObject extends JSONGetter<String> implements JSON, Map<String,
public <T> T toBean(TypeReference<T> reference) {
return toBean(reference.getType());
}
/**
* 转为实体类对象
*