Uses of Class
org.glassfish.tyrus.core.ReflectionHelper.DeclaringClassInterfacePair
-
Packages that use ReflectionHelper.DeclaringClassInterfacePair Package Description org.glassfish.tyrus.core Core classes. -
-
Uses of ReflectionHelper.DeclaringClassInterfacePair in org.glassfish.tyrus.core
Methods in org.glassfish.tyrus.core that return ReflectionHelper.DeclaringClassInterfacePair Modifier and Type Method Description static ReflectionHelper.DeclaringClassInterfacePairReflectionHelper. getClass(java.lang.Class concrete, java.lang.Class iface)Find the declaring class that implements or extends an interface.Methods in org.glassfish.tyrus.core with parameters of type ReflectionHelper.DeclaringClassInterfacePair Modifier and Type Method 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.
-