org.seasar.framework.util.tiger
クラス GenericUtil
java.lang.Object
org.seasar.framework.util.tiger.GenericUtil
public class GenericUtil
- extends Object
- 作成者:
- koichik
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericUtil
public GenericUtil()
isTypeOf
public static boolean isTypeOf(Type type,
Class<?> clazz)
getRawClass
public static Class<?> getRawClass(Type type)
getGenericParameter
public static Type[] getGenericParameter(Type type)
getGenericParameter
public static Type getGenericParameter(Type type,
int index)
getElementTypeOfArray
public static Type getElementTypeOfArray(Type type)
getElementTypeOfList
public static Type getElementTypeOfList(Type type)
getElementTypeOfSet
public static Type getElementTypeOfSet(Type type)
getKeyTypeOfMap
public static Type getKeyTypeOfMap(Type type)
getValueTypeOfMap
public static Type getValueTypeOfMap(Type type)
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.