org.test4j.json.decoder
类 MapDecoder
java.lang.Object
org.test4j.json.decoder.base.BaseDecoder
org.test4j.json.decoder.base.MapPoJoBaseDecoder<Map>
org.test4j.json.decoder.MapDecoder
- 所有已实现的接口:
- IDecoder
public class MapDecoder
- extends MapPoJoBaseDecoder<Map>
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toMAP
public static final MapDecoder toMAP
MapDecoder
public MapDecoder()
parseFromJSONMap
protected void parseFromJSONMap(Map target,
JSONMap jsonMap,
Map<String,Object> references)
- 从类
MapPoJoBaseDecoder 复制的描述
- 解析jsonMap属性,填充target对象的值
- 指定者:
- 类
MapPoJoBaseDecoder<Map> 中的 parseFromJSONMap
getTarget
protected Map getTarget(JSONMap map,
Type toType)
- 指定者:
- 类
MapPoJoBaseDecoder<Map> 中的 getTarget
accept
public boolean accept(Type type)
- Map类型或者没有指定PoJo类型的Object
- 返回:
Copyright © 2013. All rights reserved.