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
          Concrete class.
 Class<?> declaringClass
          Declaring class.
 Type genericInterface
          Generic interface type.
 
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
Concrete class.


declaringClass

public final Class<?> declaringClass
Declaring class.


genericInterface

public final Type genericInterface
Generic interface type.



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.