org.glassfish.jersey.internal.util
Class ReflectionHelper.DeclaringClassInterfacePair

java.lang.Object
  extended by org.glassfish.jersey.internal.util.ReflectionHelper.DeclaringClassInterfacePair
Enclosing class:
ReflectionHelper

public static class ReflectionHelper.DeclaringClassInterfacePair
extends Object

A tuple consisting of a concrete class and a declaring class that declares a generic interface type.


Field Summary
 Class<?> concreteClass
           
 Class<?> declaringClass
           
 Type genericInterface
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

concreteClass

public final Class<?> concreteClass

declaringClass

public final Class<?> declaringClass

genericInterface

public final Type genericInterface


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.