Package | Description |
---|---|
com.sun.jersey.core.reflection |
Provides support for reflection.
|
Modifier and Type | Method and Description |
---|---|
static ReflectionHelper.DeclaringClassInterfacePair |
ReflectionHelper.getClass(java.lang.Class concrete,
java.lang.Class iface)
Find the declaring class that implements or extends an interface.
|
Modifier and Type | Method and Description |
---|---|
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 © 2016 Oracle Corporation. All Rights Reserved.