| Package | Description |
|---|---|
| com.vip.vjtools.vjkit.mapper |
| Modifier and Type | Field and Description |
|---|---|
static JsonMapper |
JsonMapper.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static JsonMapper |
JsonMapper.defaultMapper()
默认的全部输出的Mapper, 区别于INSTANCE,可以做进一步的配置
|
static JsonMapper |
JsonMapper.nonEmptyMapper()
创建只输出非Null且非Empty(如List.isEmpty)的属性到Json字符串的Mapper.
|
static JsonMapper |
JsonMapper.nonNullMapper()
创建只输出非Null的属性到Json字符串的Mapper.
|
Copyright © 2018. All rights reserved.