Package | Description |
---|---|
org.glassfish.jersey.internal.util |
Common Jersey internal miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
static ReflectionHelper.DeclaringClassInterfacePair |
ReflectionHelper.getClass(Class<?> concrete,
Class<?> iface)
Find the declaring class that implements or extends an interface.
|
Modifier and Type | Method and Description |
---|---|
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 © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.