org.test4j.json.decoder.single
类 LocaleDecoder

java.lang.Object
  继承者 org.test4j.json.decoder.base.BaseDecoder
      继承者 org.test4j.json.decoder.base.FixedTypeDecoder
          继承者 org.test4j.json.decoder.single.LocaleDecoder
所有已实现的接口:
IDecoder

public class LocaleDecoder
extends FixedTypeDecoder


字段摘要
static LocaleDecoder toLOCAL
           
 
构造方法摘要
LocaleDecoder()
           
 
方法摘要
 boolean accept(Type type)
          是否接受是该类型json解码器
protected  Locale decodeFromString(String value)
           
 
从类 org.test4j.json.decoder.base.FixedTypeDecoder 继承的方法
decode, decodeFromJSONMap, decodeFromJSONSingle
 
从类 org.test4j.json.decoder.base.BaseDecoder 继承的方法
getArgType, getError, getError, getRawType, isInterfaceOrAbstract, newInstance
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

toLOCAL

public static final LocaleDecoder toLOCAL
构造方法详细信息

LocaleDecoder

public LocaleDecoder()
方法详细信息

decodeFromString

protected Locale decodeFromString(String value)
指定者:
FixedTypeDecoder 中的 decodeFromString

accept

public boolean accept(Type type)
从接口 IDecoder 复制的描述
是否接受是该类型json解码器

返回:


Copyright © 2013. All rights reserved.