| 程序包 | 说明 |
|---|---|
| org.hswebframework.ezorm.rdb.codec |
| 限定符和类型 | 方法和说明 |
|---|---|
static JsonValueCodec |
JsonValueCodec.of(Class targetType) |
static JsonValueCodec |
JsonValueCodec.ofCollection(Class<? extends Collection> targetType,
Class elementType) |
static JsonValueCodec |
JsonValueCodec.ofField(Field field) |
static JsonValueCodec |
JsonValueCodec.ofMap(Class<? extends Map> targetType,
Class keyType,
Class valueType) |
Copyright © 2021. All rights reserved.