|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReflectionHelper.DeclaringClassInterfacePair | |
|---|---|
| org.glassfish.jersey.internal.util | Common Jersey internal miscellaneous utility classes. |
| Uses of ReflectionHelper.DeclaringClassInterfacePair in org.glassfish.jersey.internal.util |
|---|
| Methods in org.glassfish.jersey.internal.util 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 org.glassfish.jersey.internal.util 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||