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

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

public class MapConverter
extends TypeConverter

Map変換クラス.

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

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

フィールドの詳細

INSTANCE

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

MapConverter

public MapConverter()
メソッドの詳細

match

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

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

convert

public Map<?,?> convert(Object object)
クラス TypeConverter の記述:
型変換.

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