| Modifier and Type | Field and Description |
|---|---|
static org.jsonex.core.factory.InjectableInstance<CoderMap> |
it |
| Constructor and Description |
|---|
CoderMap() |
| Modifier and Type | Method and Description |
|---|---|
Map |
decode(TDNode tdNode,
Type type,
Object targetObj,
BeanCoderContext ctx)
Decode an Object
|
TDNode |
encode(Map obj,
Type type,
BeanCoderContext ctx,
TDNode target)
Encode an Object
|
static CoderMap |
get() |
Class<Map> |
getType() |
public static final org.jsonex.core.factory.InjectableInstance<CoderMap> it
public static CoderMap get()
public TDNode encode(Map obj, Type type, BeanCoderContext ctx, TDNode target)
ICoderCopyright © 2021. All rights reserved.