|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(Class concrete,
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 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |