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