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

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

public class IntegerConverter
extends TypeConverter

Integer変換クラス.

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

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

フィールドの詳細

INSTANCE

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

IntegerConverter

public IntegerConverter()
メソッドの詳細

match

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

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

convert

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

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