Uses of Class
com.sun.jersey.core.reflection.ReflectionHelper.DeclaringClassInterfacePair

Packages that use ReflectionHelper.DeclaringClassInterfacePair
com.sun.jersey.core.reflection Provides support for reflection. 
 

Uses of ReflectionHelper.DeclaringClassInterfacePair in com.sun.jersey.core.reflection
 

Methods in com.sun.jersey.core.reflection that return ReflectionHelper.DeclaringClassInterfacePair
static ReflectionHelper.DeclaringClassInterfacePair ReflectionHelper.getClass(java.lang.Class concrete, java.lang.Class iface)
          Find the declaring class that implements or extends an interface.
 

Methods in com.sun.jersey.core.reflection with parameters of type ReflectionHelper.DeclaringClassInterfacePair
static java.lang.Class[] ReflectionHelper.getParameterizedClassArguments(ReflectionHelper.DeclaringClassInterfacePair p)
          Get the parameterized class arguments for a declaring class that declares a generic interface type.
static java.lang.reflect.Type[] ReflectionHelper.getParameterizedTypeArguments(ReflectionHelper.DeclaringClassInterfacePair p)
          Get the parameterized type arguments for a declaring class that declares a generic interface type.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.