jp.hishidama.lang.reflect.conv
クラス ShortConverter

java.lang.Object
  上位を拡張 jp.hishidama.lang.reflect.conv.TypeConverter
      上位を拡張 jp.hishidama.lang.reflect.conv.ShortConverter

public class ShortConverter
extends TypeConverter

Short変換クラス.

導入されたバージョン:
2010.02.16
作成者:
ひしだま

フィールドの概要
static ShortConverter INSTANCE
           
 
コンストラクタの概要
ShortConverter()
           
 
メソッドの概要
 Short convert(Object object)
          型変換.
 int match(Object obj)
          型がマッチしている度合いを返す。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

INSTANCE

public static final ShortConverter INSTANCE
コンストラクタの詳細

ShortConverter

public ShortConverter()
メソッドの詳細

match

public int match(Object obj)
クラス TypeConverter の記述:
型がマッチしている度合いを返す。

定義:
クラス TypeConverter 内の match
パラメータ:
obj - オブジェクト
戻り値:
合致度(大きいほどマッチしている)

convert

public Short convert(Object object)
クラス TypeConverter の記述:
型変換.

定義:
クラス TypeConverter 内の convert
パラメータ:
object - オブジェクト
戻り値:
変換後オブジェクト