Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 46dd909

Browse files
committed
更新
1 parent 112d258 commit 46dd909

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
封装一些常用的功能(JDK至少需要1.8),持续更新
22

3-
> [**API文档**](https://github.zhazhapan.com/util-docs/index.html)
3+
> [**API文档**](https://zhazhapan.com/docs/util/v1.0.5/index.html)
44

55
**使用Maven**
66

src/main/java/com/zhazhapan/config/JsonParser.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ public JsonParser() {
4949

5050
}
5151

52+
/**
53+
* 是否已经赋值
54+
*
55+
* @return {@link Boolean}
56+
*/
57+
public boolean hasJsonObject() {
58+
return Checker.isNotNull(jsonObject);
59+
}
60+
5261
/**
5362
* 自动配置jsonObject
5463
*

0 commit comments

Comments
 (0)