org.granite.generator.util
Class GenericTypeUtil
java.lang.Object
org.granite.generator.util.GenericTypeUtil
public abstract class GenericTypeUtil
- extends Object
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericTypeUtil
public GenericTypeUtil()
getDeclaringTypes
public static ParameterizedType[] getDeclaringTypes(Class<?> type)
primitiveToWrapperType
public static Type primitiveToWrapperType(Type type)
resolveTypeVariable
public static Type resolveTypeVariable(Type genericType,
Class<?> declaringClass,
ParameterizedType[] declaringTypes)