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