org.test4j.json.decoder.single.spec
类 DateDecoder
java.lang.Object
org.test4j.json.decoder.base.BaseDecoder
org.test4j.json.decoder.base.SpecTypeDecoder
org.test4j.json.decoder.single.spec.DateDecoder
- 所有已实现的接口:
- IDecoder
public class DateDecoder
- extends SpecTypeDecoder
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toDATE
public static final DateDecoder toDATE
DateDecoder
public DateDecoder()
setDateFormat
public static void setDateFormat(String format)
accept
public boolean accept(Type type)
- 从接口
IDecoder 复制的描述
- 是否接受是该类型json解码器
- 返回:
decodeFromString
protected Object decodeFromString(String value,
Type type)
- 指定者:
- 类
SpecTypeDecoder 中的 decodeFromString
Copyright © 2013. All rights reserved.