public class BeanCoderContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jsonex.core.factory.InjectableFactory<String,SimpleDateFormat> |
dateFormatCache |
| Constructor and Description |
|---|
BeanCoderContext() |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(TDNode jsonNode,
Type type,
Object targetObj,
String name) |
TDNode |
encode(Object obj,
Type type,
TDNode target) |
SimpleDateFormat |
getCachedDateFormat(String dateFmt) |
int |
getNextId() |
BeanCoderContext |
reset() |
public static final org.jsonex.core.factory.InjectableFactory<String,SimpleDateFormat> dateFormatCache
public BeanCoderContext reset()
public SimpleDateFormat getCachedDateFormat(String dateFmt)
public int getNextId()
Copyright © 2021. All rights reserved.