org.seasar.extension.dxo.util
クラス DxoUtil

java.lang.Object
  拡張org.seasar.extension.dxo.util.DxoUtil

public class DxoUtil
extends Object

作成者:
koichik, higa

入れ子クラスの概要
protected static class DxoUtil.MyTokenizer
           
 
フィールドの概要
protected static Method GET_VALUE_TYPE_OF_TARGET_MAP_METHOD
           
 
コンストラクタの概要
DxoUtil()
           
 
メソッドの概要
protected static String addQuote(String expr)
           
static Class getElementTypeOfList(Method method)
           
static Class getValueTypeOfTargetMap(Method method)
           
protected static Method getValueTypeOfTargetMapMethod()
           
static Object parseMap(String expression)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

GET_VALUE_TYPE_OF_TARGET_MAP_METHOD

protected static final Method GET_VALUE_TYPE_OF_TARGET_MAP_METHOD
コンストラクタの詳細

DxoUtil

public DxoUtil()
メソッドの詳細

getElementTypeOfList

public static Class getElementTypeOfList(Method method)

getValueTypeOfTargetMap

public static Class getValueTypeOfTargetMap(Method method)

getValueTypeOfTargetMapMethod

protected static Method getValueTypeOfTargetMapMethod()

parseMap

public static Object parseMap(String expression)

addQuote

protected static String addQuote(String expr)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.