Uses of Class
org.glassfish.tyrus.ReflectionHelper.DeclaringClassInterfacePair

Packages that use ReflectionHelper.DeclaringClassInterfacePair
org.glassfish.tyrus   
 

Uses of ReflectionHelper.DeclaringClassInterfacePair in org.glassfish.tyrus
 

Methods in org.glassfish.tyrus that return ReflectionHelper.DeclaringClassInterfacePair
static ReflectionHelper.DeclaringClassInterfacePair ReflectionHelper.getClass(Class concrete, Class iface)
          Find the declaring class that implements or extends an interface.
 

Methods in org.glassfish.tyrus with parameters of type ReflectionHelper.DeclaringClassInterfacePair
static Class[] ReflectionHelper.getParameterizedClassArguments(ReflectionHelper.DeclaringClassInterfacePair p)
          Get the parameterized class arguments for a declaring class that declares a generic interface type.
static Type[] ReflectionHelper.getParameterizedTypeArguments(ReflectionHelper.DeclaringClassInterfacePair p)
          Get the parameterized type arguments for a declaring class that declares a generic interface type.
 



Copyright © 2012. All Rights Reserved.