NotNullGson
为解决解析后台数据过程中的各种异常,添加一些兜底方法。
比如常见的 key:value
,如果 value
为 null
的时候,初始化为 value 类型的默认值。防止调用的时候为空的情况
implementation "io.github.xanderwang:notnullgson:0.1.0"
License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdio.github.xanderwang |
ArtifactId | ArtifactIdnotnullgson |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnot-null-gson
not null gson
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
notnullgson-0.2.1.pom | |
notnullgson-0.2.1.jar | 11 KB |
notnullgson-0.2.1-sources.jar | 4 KB |
notnullgson-0.2.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xanderwang/notnullgson/ -->
<dependency>
<groupId>io.github.xanderwang</groupId>
<artifactId>notnullgson</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xanderwang/notnullgson/
implementation 'io.github.xanderwang:notnullgson:0.2.1'
// https://jarcasting.com/artifacts/io.github.xanderwang/notnullgson/
implementation ("io.github.xanderwang:notnullgson:0.2.1")
'io.github.xanderwang:notnullgson:jar:0.2.1'
<dependency org="io.github.xanderwang" name="notnullgson" rev="0.2.1">
<artifact name="notnullgson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xanderwang', module='notnullgson', version='0.2.1')
)
libraryDependencies += "io.github.xanderwang" % "notnullgson" % "0.2.1"
[io.github.xanderwang/notnullgson "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
为解决解析后台数据过程中的各种异常,添加一些兜底方法。
比如常见的 key:value
,如果 value
为 null
的时候,初始化为 value 类型的默认值。防止调用的时候为空的情况
implementation "io.github.xanderwang:notnullgson:0.1.0"