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