mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
add FileFilter support
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 转为实体类对象
|
||||
*
|
||||
|
Reference in New Issue
Block a user