com.sun.jersey.core.reflection
Class ReflectionHelper.ClassTypePair

java.lang.Object
  extended by com.sun.jersey.core.reflection.ReflectionHelper.ClassTypePair
Enclosing class:
ReflectionHelper

public static class ReflectionHelper.ClassTypePair
extends java.lang.Object

A tuple consisting of a class and type of the class.


Field Summary
 java.lang.Class c
          The class.
 java.lang.reflect.Type t
          The type of the class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public final java.lang.Class c
The class.


t

public final java.lang.reflect.Type t
The type of the class.



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.