not-null-gson

not null gson

Лицензия

Лицензия

Категории

Категории

Gson Данные JSON
Группа

Группа

io.github.xanderwang
Идентификатор

Идентификатор

notnullgson
Последняя версия

Последняя версия

0.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

not-null-gson
not null gson
Ссылка на сайт

Ссылка на сайт

https://github.com/XanderWang/NotNullGson
Система контроля версий

Система контроля версий

https://github.com/XanderWang/NotNullGson

Скачать notnullgson

Как подключить последнюю версию

<!-- 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"]

Зависимости

runtime (1)

Идентификатор библиотеки Тип Версия
com.google.code.gson : gson jar 2.8.6

Модули Проекта

Данный проект не имеет модулей.

NotNullGson

为解决解析后台数据过程中的各种异常,添加一些兜底方法。

比如常见的 key:value ,如果 valuenull 的时候,初始化为 value 类型的默认值。防止调用的时候为空的情况

implementation "io.github.xanderwang:notnullgson:0.1.0"

Версии библиотеки

Версия
0.2.1
0.2.0
0.1.0