org.qi4j.library.struts2.util
Class ParameterizedTypes

java.lang.Object
  extended by org.qi4j.library.struts2.util.ParameterizedTypes

public final class ParameterizedTypes
extends Object


Method Summary
static
<S,T extends S>
ParameterizedType
findParameterizedType(Class<T> type, Class<S> searchType)
           
static
<S,T extends S>
Type[]
findTypeVariables(Class<T> type, Class<S> searchType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findTypeVariables

public static <S,T extends S> Type[] findTypeVariables(Class<T> type,
                                                       Class<S> searchType)

findParameterizedType

public static <S,T extends S> ParameterizedType findParameterizedType(Class<T> type,
                                                                      Class<S> searchType)